Using version 0.10.0.1, how can I create kafka topics using the java client / API?
Stackoverflow answers describe using kafka.admin.AdminUtils, but this class is not included in the kafka-clients maven dependency. I also don't see the package kafka.admin in the javadocs: http://kafka.apache. org/0100/javadoc/index.html?org/apache/kafka/clients/ producer/KafkaProducer.html What am I missing?