component kafka - assimbly/gateway GitHub Wiki

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.