This SPL namespace contains all functions and operators that are required to integrate with Kafka message brokers.
- Compatibility
- This toolkit is compatible with Kafka brokers version 0.10.2 and later. This toolkit contains the Kafka client library version 1.0. Note, that Kafka transactions cannot be used when you connect to a Kafka broker that is below version 0.11.
- Configuration
-
Operators
- KafkaConsumer: The KafkaConsumer operator is used to consume messages from Kafka topics.
- KafkaProducer: The KafkaProducer operator is used to produce messages on Kafka topics.