Skip to content

component kafka

assimbly edited this page Jun 20, 2018 · 5 revisions

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

URI

server:port

URI 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