See: Description
Interface | Description |
---|---|
KafkaConsumer.ByteConsumerRecord |
A Kafka record with byte[] typed key and value members
|
KafkaConsumer.ConsumerRecord<K,V> |
A received Kafka record
|
KafkaConsumer.StringConsumerRecord |
A Kafka record with String typed key and value members
|
Class | Description |
---|---|
KafkaConsumer |
KafkaConsumer is a connector for creating a stream of tuples
by subscribing to Apache Kafka messaging system topics. |
KafkaProducer |
KafkaProducer is a connector for publishing a stream of tuples
to Apache Kafka messaging system topics. |
The connector uses and includes components from the Kafka 0.8.2.2 release. It has been successfully tested against kafka_2.11-0.10.1.0 and kafka_2.11-0.9.0.0 server as well.
Stream tuples may be published to Kafka broker topics and created by subscribing to broker topics. For more information about Kafka see http://kafka.apache.org
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641