id: org.apache.streampipes.sinks.brokers.jvm.kafka title: Kafka Publisher sidebar_label: Kafka Publisher


Description

Publishes events to Apache Kafka.


Required input

This sink does not have any requirements and works with any incoming event type.


Configuration

Kafka Broker Settings

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)

Kafka Topic

The topic where events should be sent to.

Additional configurations

Can be used to provide additional Kafka producer configurations. Input must be in form of key-value pairs, e.g. buffer.memory=33554432