Unable to cosume messages
Exactly followed your steps but unable to see any consumed messages
@satbbus can you send SS of problem or describe the error in detail, please ?
I have same issue. There is no error but also no consumed messages . I checked all properties configuration according to my kafka settings. Do you have any idea what is the problem ? @ramazansakin
@kbra95 and @satbbus did you create topics before consuming ? and you can list the topics on gitbash or cmd:
In Win, .sh -> .bat
- bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic Kafka_Example
Hi again after long time :) . I realized that I can make some changes on the repo, and I did and created PR. Until merged, you can check this out! https://github.com/ramazansakin/spring-boot-kafka-consumer-example