Apache Kafka integration with spring boot | Apache Kafka Publisher & Consumer example | Java Expert
ฝัง
- เผยแพร่เมื่อ 29 ม.ค. 2025
- In this video, Apache Kafka installation and integration with spring boot is demonstrated practically
Apache Kafka download:
----------------------------------------
kafka.apache.o...
Apache Kafka scripts:
------------------------------------
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
.\bin\windows\kafka-server-start.bat .\config\server.properties
.\bin\windows\kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic myfirsttopic
.\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic myfirsttopic --from-beginning
.\bin\windows\kafka-console-producer.bat --broker-list localhost:9092 --topic myfirsttopic
Thank you for using a simple example with SpringBoot.
It will be really kind if you can create some assignments
Hey your content is really gud 👍... if possible please a complete kafka project with springboot.. in real life use case
💥💥💥thanks
🙏🙏
Can you make a video spring boot unit testing crash course
Sure. Will do it