Package org.nuxeo.lib.stream.tools
Class KafkaConfigParser
java.lang.Object
org.nuxeo.lib.stream.tools.KafkaConfigParser
Parse an xml file describing Kafka configurations, the format is the one used by KafkaConfigDescriptor. We can not
use the Nuxeo descriptor directly because we are in a library without Nuxeo dependency.
- Since:
- 9.10
-
Field Summary
Modifier and TypeFieldDescriptionprotected Properties
protected static final String
protected String
protected Properties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Properties
decodeProperties
(Node node) protected void
parseConfig
(Node node)
-
Field Details
-
DEFAULT_BOOTSTRAP_SERVERS
- See Also:
-
producerProperties
-
consumerProperties
-
prefix
-
-
Constructor Details
-
KafkaConfigParser
-
-
Method Details
-
parseConfig
-
decodeProperties
-
getProducerProperties
-
getConsumerProperties
-
getPrefix
-