public interface KafkaConfigService
Modifier and Type | Method and Description |
---|---|
Properties |
getConsumerProperties(String configName)
Returns the kafka consumer properties for a configuration.
|
Properties |
getProducerProperties(String configName)
Returns the Kafka producer properties for a configuration.
|
String |
getTopicPrefix(String configName)
Returns the topic prefix to use for a configuration.
|
String |
getZkServers(String configName)
Returns the Zookeeper servers for a configuration.
|
Set<String> |
listConfigNames()
List the name of the registered Kafka configuration.
|
Set<String> listConfigNames()
String getZkServers(String configName)
Properties getProducerProperties(String configName)
Properties getConsumerProperties(String configName)
String getTopicPrefix(String configName)
Copyright © 2017 Nuxeo. All rights reserved.