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)
Deprecated.
since 10.2 NXP-24634: we don't want to depend anymore on Zookeeper
|
Set<String> |
listConfigNames()
List the name of the registered Kafka configuration.
|
Set<String> listConfigNames()
@Deprecated String getZkServers(String configName)
Properties getProducerProperties(String configName)
Properties getConsumerProperties(String configName)
String getTopicPrefix(String configName)
Copyright © 2018 Nuxeo. All rights reserved.