I am using kafka_2.11-0.9.0.0 and I want to send data from various data sources to various partitions in a topic creating partitions programatically as the data arrives. Can kafka do this? If so, how?
Asked
Active
Viewed 973 times
2
-
Fixed spelling, capitalization, and phrasing, and added clear statement of question in body. – David Conrad Feb 23 '17 at 20:39
-
This might help, http://stackoverflow.com/questions/32761598/is-it-possible-to-create-a-kafka-topic-with-dynamic-partition-count – xvf Mar 02 '17 at 19:15