public static interface KafkaEndpointBuilderFactory.KafkaBuilders
| Modifier and Type | Method and Description |
|---|---|
default KafkaEndpointBuilderFactory.KafkaEndpointBuilder |
kafka(String path)
Kafka (camel-kafka)
The kafka component allows messages to be sent to (or consumed from)
Apache Kafka brokers.
|
default KafkaEndpointBuilderFactory.KafkaEndpointBuilder kafka(String path)
kafka:topic
Path parameter: topic (required)
Name of the topic to use. On the consumer you can use comma to
separate multiple topics. A producer can only send a message to a
single topic.Apache Camel