Publishes events to Apache Kafka.
This sink does not have any requirements and works with any incoming event type.
The basic settings to connect to the broker. The Kafka broker URL indicates the URL of the broker (e.g., localhost), the port indicates the port of the broker (e.g., 9092)
The topic where events should be sent to.
Can be used to provide additional Kafka producer configurations. Input must be in form of key-value pairs, e.g. buffer.memory=33554432