-
-
Notifications
You must be signed in to change notification settings - Fork 9
component kafka
assimbly edited this page May 20, 2022
·
5 revisions
The Kafka component sends messages to or receives messages from a Kafka broker.
server:port
localhost:9092
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.