See: Description
Class | Description |
---|---|
KafkaConsumer |
A simple connector to an Apache Kafka cluster for consuming Kafka messages
-- subscribing to Kafka topics and creating a
TStream<Message> . |
KafkaProducer |
A simple connector to an Apache Kafka cluster for producing Kafka messages
-- publishing a
TStream<Message> to Kafka topics. |
Util |
Connectors are used to create a bridge between topology streams and a Kafka cluster:
KafkaConsumer
- subscribe to Kafka topics and create streams of messages.KafkaProducer
- publish streams of messages to Kafka topics.com.ibm.streamsx.messaging
toolkit
is made available when submitting the application, by either:
STREAMS_SPLPATH
SPL.addToolkit(com.ibm.streamsx.topology.TopologyElement, java.io.File)
.