Spring Boot & Apache Kafka: Publishing and Consuming Messages from Topics

Sdílet
Vložit
  • čas přidán 19. 02. 2021
  • In this video we will see how Spring Boot makes it easy to integrate Apache Kafka to our app. We will create a producer to publish messages to a Kafka topic and a consumer to consume messages from it. To test it, we will create a REST API to post messages to Kafka.
    You can find the source code for the demo at the following github url:
    github.com/chargeahead/Spring...

Komentáře • 20

  • @kannanellis
    @kannanellis Před rokem +2

    Hello Brother ,I'm new to spring boot and kafka concept ,but by the way you explained and shown as a demo ,it was a perfect one and easy for learn and implement ,many thanks to you 😀

  • @sameenabanu95
    @sameenabanu95 Před 3 lety

    Excellent Tutorial , very helpful and easy

  • @sanhitabiswas1171
    @sanhitabiswas1171 Před 2 lety

    Excellent video ..short ,simple and informatic

  • @sams7243
    @sams7243 Před 3 lety

    Thank you for the amazing explanation :)

  • @ChandanKumar-ou9fr
    @ChandanKumar-ou9fr Před 2 lety

    Thanks for the simple tutorial :)

  • @gowthamisasanapuri9980

    Very clear and useful video....

  • @shivangbajpai1694
    @shivangbajpai1694 Před 3 lety

    Thanks sir.. Really good video

  • @SURESH11021986
    @SURESH11021986 Před 3 lety

    Nice Tutorial for Spring Boot with Kafa combo

  • @rishikesharora8681
    @rishikesharora8681 Před 2 lety

    super fabulous explanation

  • @karamjitsinghsehdev3451

    Nicely Explained

  • @smaug9833
    @smaug9833 Před 2 lety +1

    Many thanks for this setup and demo :) any idea on how to make this a little bit more flexible? I want to send both message and topic name from the post request iteself

  • @damirdamir8388
    @damirdamir8388 Před 2 lety

    Благодарю, святой человек)

  • @salmanpatel2968
    @salmanpatel2968 Před 2 lety

    thanks very easy

  • @MYSTERIOMAXXX
    @MYSTERIOMAXXX Před 2 lety +1

    what is the exact use of kafka in springboot architecture?
    is it for microservice intercommunication queue or only for some event driven use?

  • @bhaskarm8854
    @bhaskarm8854 Před 2 lety

    hello, how do i run kafka in android studio with gradle dependencies
    can u please help me with one simple example.

  • @ductamnguyen8257
    @ductamnguyen8257 Před 4 měsíci

    Hi guys, I would like to have a simple question. Instead of printing out the message to the console log, we could view the message with Zookeeper, couldn't we?

  • @mayankgupta2933
    @mayankgupta2933 Před 2 lety

    I have to write junit for consumer how can I fetch message from topic and groupid can you elobrate more?

  • @sandraroyaricatt8075
    @sandraroyaricatt8075 Před 2 lety +2

    Do we first need to install confluent/kafka before starting with spring initializr?

  • @keshavgupta4807
    @keshavgupta4807 Před 2 lety

    not working propely it is showing Topic xxx not present in metadata how to resolve this