Skip to content

component kafka

assimbly edited this page May 20, 2022 · 5 revisions

The Kafka component sends messages to or receives messages from a Kafka broker.

Path

server:port

Path Examples

localhost:9092

Common options

Most common options are

  • topic=nameoftopic
  • brokers=servername:port

Not to make consuming work the second option is required on a to endpoint.

For all options, see Camel documentation.

Clone this wiki locally