Spring Boot Microservices Tutorial Part 11 - Integrating Kafka with Schema Registry

Sdílet
Vložit
  • čas přidán 22. 06. 2024
  • In this Spring Boot 3 Microservices tutorial series, we will learn how to build microservices using Spring Boot and Spring Cloud.
    This is part 11 of the series, in this part, we will cover:
    - Setting up Kafka, Schema Registry, and Kafka UI using Docker Compose
    - Implement Producer and Consumer using Kafka
    - Implement Schema Registry
    Link to the blog post - programmingtechie.com/2024/07...
    Link to GitHub repo - github.com/SaiUpadhyayula/mic...

Komentáře • 14

  • @mateuslevi1300
    @mateuslevi1300 Před 7 dny

    I understand that one of the key concepts of microservices is the independence between services. My question is: does having, for example, a call to the inventory service (check inventory) in order service contradict this principle? Great job. learning a lot

  • @pritishdesai6537
    @pritishdesai6537 Před 23 dny +2

    Superb tutorial. Thanks sai

  • @felipedossantos7246
    @felipedossantos7246 Před 24 dny +2

    Excellent content! Hats off, dude

  • @user-sz1rm7bj7r
    @user-sz1rm7bj7r Před 17 dny

    Great to see the email service being added here :)

  • @alvinimbuka8283
    @alvinimbuka8283 Před 24 dny

    Thank you for this treasure.

  • @rishiraj2548
    @rishiraj2548 Před 24 dny

    Great thanks

  • @sambhavmishra5423
    @sambhavmishra5423 Před 24 dny

    Thank you

  • @prasanthsanjeevi2563
    @prasanthsanjeevi2563 Před 24 dny

    Thanks a lot 🙏🙏🙏

  • @Andreas-vi1mo
    @Andreas-vi1mo Před 9 dny +1

    Ser, can i ask ur whole spring microservice project code? Because i got a problem at "Order Product Feature". When i try to add product, it works well. But, when i try to order product, it doesn't work.

  • @Optimusjf
    @Optimusjf Před 24 dny

    Excelent

  • @konstantingromov6485
    @konstantingromov6485 Před 22 dny

    Great tutorial, thank you man.
    I actually never heard before about this project - schema registry which seems to very useful - to follow DRY and what is more important avoid some adapters for different programming languages (I assume it's not available for java, right?).
    One small question - doesn't it make sense to use schema-registry as a separate module (aka lib) and add as a dependency for order-service and notification-service?

  • @konstantingromov6485
    @konstantingromov6485 Před 11 dny

    @ProgrammingTechie can you please update links to repository and blog (blog follows to Spring Boot Microservices Tutorial - Part 7)

    • @ProgrammingTechie
      @ProgrammingTechie  Před 7 dny +1

      Updated the blog post, I will post the github link once I am completed with the tutorial