|
Spring Integration Kafka Support | ||||||||
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(ZookeeperConnect zookeeperConnect)
|
Method Summary | |
---|---|
protected java.util.List<BrokerAddress> |
doGetBrokerAddresses()
|
Methods inherited from class org.springframework.integration.kafka.core.AbstractConfiguration |
---|
afterPropertiesSet, getBrokerAddresses, getDefaultPartitions, getDefaultTopic, setDefaultPartitions, setDefaultTopic |
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(ZookeeperConnect zookeeperConnect)
Method Detail |
---|
protected java.util.List<BrokerAddress> doGetBrokerAddresses()
doGetBrokerAddresses
in class AbstractConfiguration
|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |