Apache Kafka 2.x
This protocol binding for Apache Kafka 2.x supports sending messages to a Kafka system. However, deviating from the other connections, in case of Apache Kafka we only support one-way communication. To be more specific, publishing to Kafka is supported, but receiving from such a system is currently not implemented.
How it works:
- It supports
twin events
,messages
,live commands
andlive events
to Kafka topics. - It does not support
response
andevents
for these operations. - It does not support the
search
protocol.
Find a description on how to create a connection at Manage your connections UI.
Find the complete documentation at Eclipse Ditto.