|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.kafka.core.AbstractConfiguration
org.springframework.integration.kafka.core.ZookeeperConfiguration
public class ZookeeperConfiguration
Kafka Configuration
that uses a ZooKeeper connection for retrieving the list of seed brokers.
Field Summary | |
---|---|
static org.springframework.integration.kafka.core.ZookeeperConfiguration.BrokerToBrokerAddressFunction |
brokerToBrokerAddressFunction
|
Constructor Summary | |
---|---|
ZookeeperConfiguration(java.lang.String zookeeperConnectionString)
|
|
ZookeeperConfiguration(ZookeeperConnect zookeeperConnect)
|
Method Summary | |
---|---|
protected java.util.List<BrokerAddress> |
doGetBrokerAddresses()
|
Methods inherited from class org.springframework.integration.kafka.core.AbstractConfiguration |
---|
afterPropertiesSet, getBrokerAddresses, getBufferSize, getClientId, getDefaultPartitions, getDefaultTopic, getFetchMetadataTimeout, getMaxWait, getMinBytes, getSocketTimeout, setBufferSize, setClientId, setDefaultPartitions, setDefaultTopic, setFetchMetadataTimeout, setMaxWait, setMinBytes, setSocketTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.springframework.integration.kafka.core.ZookeeperConfiguration.BrokerToBrokerAddressFunction brokerToBrokerAddressFunction
Constructor Detail |
---|
public ZookeeperConfiguration(java.lang.String zookeeperConnectionString)
public ZookeeperConfiguration(ZookeeperConnect zookeeperConnect)
Method Detail |
---|
protected java.util.List<BrokerAddress> doGetBrokerAddresses()
doGetBrokerAddresses
in class AbstractConfiguration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |