Kafka download URL:
http://kafka.apache.org/downloads.html
Unzip in to location
Start Apache Zookeper (Open a new command)
D:\j2ee-workspace-neon\kafka_2.11-1.0.0>.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
Start Apache Kafka (Open a new command)
D:\j2ee-workspace-neon\kafka_2.11-1.0.0>.\bin\windows\kafka-server-start.bat .\config\server.properties
Start Topic (Open a new command)
D:\j2ee-workspace-neon\kafka_2.11-1.0.0>.\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic kafka_test_topic --from-beginning
Test url:
http://localhost:8080/kafka-rest-demo/producer?message=test
Git Source
https://github.com/knmuni/SpringBootKafkaRestDemo
Thank you :)
No comments:
Post a Comment