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

ความคิดเห็น • 7

  • @user-bt5ck3lf9e
    @user-bt5ck3lf9e 7 หลายเดือนก่อน

    Thank you for using a simple example with SpringBoot.

  • @sonukumar-tr6rk
    @sonukumar-tr6rk 2 ปีที่แล้ว +1

    It will be really kind if you can create some assignments

  • @RaviYadav-cx2pb
    @RaviYadav-cx2pb 2 ปีที่แล้ว

    Hey your content is really gud 👍... if possible please a complete kafka project with springboot.. in real life use case

  • @HarshSingh-ly8mw
    @HarshSingh-ly8mw 2 ปีที่แล้ว

    💥💥💥thanks

  • @rishiraj2548
    @rishiraj2548 2 ปีที่แล้ว

    🙏🙏

  • @DeepakGupta-hj2dv
    @DeepakGupta-hj2dv 2 ปีที่แล้ว

    Can you make a video spring boot unit testing crash course