Closed jedisct1 closed 9 years ago
Thank you very much for your contribution. Dib
On Wednesday, 1 April 2015 3:27 PM, Frank Denis <notifications@github.com> wrote:
This adds a new, optional, property named kafka.partitions.number in order to specify the number of partitions for the given topic.Automatic detection of the number of partitions is great, but is not an option when the driver is not allowed to connect to the Zookeeper servers.The previous behavior remains unchanged when this property is not given. You can view, comment on, or merge this pull request online at: https://github.com/dibbhatt/kafka-spark-consumer/pull/9 Commit Summary
File Changes
Patch Links:
Wow, that was fast! Thanks!
This adds a new, optional, property named
kafka.partitions.number
in order to specify the number of partitions for the given topic.Automatic detection of the number of partitions is great, but is not an option when the driver is not allowed to connect to the Zookeeper servers.
The previous behavior remains unchanged when this property is not given.