first build a broker, then try your example
---Original--- From: "Andy"<borucki.andr...@gmail.com> Date: 2018/2/9 07:45:11 To: "users"<users@kafka.apache.org>; Subject: How start with Kafka? I am Kafka beginner. I have compiled under Windows and Visual Studio 2015 librdkafka and cppkafka . I have two examples: kafka_consumer.cpp and kafka_producer.cpp. I try: >producer -b 127.0.0.1:9092 -t topic >consumer -b 127.0.0.1:9092 -t topic -g group but is bad connection