The Kafka connector implements the SME Connector API in order to provide native integration with Apache Kafka. This connector can be leveraged in the following ways depending on your use case:
-
Ingest data by exposing an endpoint that transforms requests into messages that are published into an Apache Kafka topic.
-
Stream your Kafka events to consumers thanks to web-friendly protocols such as HTTP or Websocket, and provide real-time integration capability to your ecosystem.
More information here