-
Feature Request
-
Resolution: Done
-
Major
-
1.3.0.Alpha1
-
None
Apache Kafka is publish-subscribe messaging rethought as a distributed commit log.
Kafka Consumer API:
http://kafka.apache.org/090/javadoc/index.html?org/apache/kafka/clients/consumer/KafkaConsumer.html
http://docs.confluent.io/2.0.0/clients/consumer.html
<dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>0.9.0.0</version> </dependency>