Package org.nuxeo.runtime.kafka
Interface KafkaConfigService
- All Known Implementing Classes:
KafkaConfigServiceImpl
public interface KafkaConfigService
Service to collect kafka configurations.
- Since:
- 9.3
-
Method Summary
Modifier and TypeMethodDescriptiongetAdminProperties
(String kafkaConfig) Returns the Kafka admin properties for a configuration.getConsumerProperties
(String configName) Returns the Kafka consumer properties for a configuration.getProducerProperties
(String configName) Returns the Kafka producer properties for a configuration.getTopicPrefix
(String configName) Returns the topic prefix to use for a configuration.List the name of the registered Kafka configuration.
-
Method Details
-
listConfigNames
List the name of the registered Kafka configuration. -
getProducerProperties
Returns the Kafka producer properties for a configuration. -
getConsumerProperties
Returns the Kafka consumer properties for a configuration. -
getTopicPrefix
Returns the topic prefix to use for a configuration. -
getAdminProperties
Returns the Kafka admin properties for a configuration.- Since:
- 11.1
-