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?).
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.
- KafkaStream, ConsumerConnector, and 0.8 David Arthur
- Re: KafkaStream, ConsumerConnector, and 0.8 Neha Narkhede