|
|
-
KafkaStream, ConsumerConnector, and 0.8David Arthur 2013-01-22, 15:51
By centralizing offset management (with the new Commit/FetchOffsets
APIs), consuming is now much simpler and no longer relies on clients connecting directly to ZooKeeper. As such, I'm wondering what the fate of ZookeeperConsumerConnector is. Will it continue to be supported, or will it be replaced by a non-ZK implementation (one that uses SimpleConsumer maybe?). +
Neha Narkhede 2013-01-22, 16:47
|