Event-driven Architectures on Apache Kafka with Spring Boot

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 16

  • @bubaibhattacharya8615
    @bubaibhattacharya8615 3 роки тому +1

    very good - i have few question - how to handle - exception while processing streams - the commonly used 2 use case - 1) avoid duplicate processing 2) Message lost - How to code those things in code - thank you

  • @sudhakarnarasimhan5431
    @sudhakarnarasimhan5431 3 роки тому +1

    Excellent explanation of Kafka and Demo. Thanks very much.

  • @francksgenlecroyant
    @francksgenlecroyant 2 роки тому

    Thanks for the clear explanation brother, you've got a new sub!

  • @chhayanikam8437
    @chhayanikam8437 2 роки тому +1

    pl can you share the configurations for setting up this application with local kafka

    • @BridgingCode
      @BridgingCode  2 роки тому

      Pretty much the same set of configurations. If you're in local then your bootstrap server might have an address of localhost or 127.0.0.1.

  • @srinivastadimalla1232
    @srinivastadimalla1232 2 роки тому

    Hi Sir .. Thank you much for wonderful tutorial. In the ProductOrdersBindigs Interface, the spring annotations Input and Output are deprecated. Can you please provide the substitute code for the Input and Output annotatons?

  • @pullakmohapatra1
    @pullakmohapatra1 3 роки тому

    Thank you very very much. Excellent demonstration.

  • @diegojardonramirez7311
    @diegojardonramirez7311 2 роки тому

    Awesome tutorial!!

  • @madhusudanjm4375
    @madhusudanjm4375 3 роки тому

    Helped me lot thanks for sharing the knowledge you got.☺️

  • @digisecureagent7679
    @digisecureagent7679 3 роки тому

    I am wondering why you still using deprecated @Input and @Output instead of Function?

  • @darkenergy7121
    @darkenergy7121 3 роки тому

    Thanks. A very helpful presentation. 🙏

  • @draganpajic3511
    @draganpajic3511 3 роки тому

    Excellent!!!!

  • @nikoandrian8051
    @nikoandrian8051 3 роки тому

    can i implement your code with apache kafka in my local machine?

    • @BridgingCode
      @BridgingCode  3 роки тому +2

      Yes you can. Please check the description for the link to the instructions on installing Kafka, and just replace config in application.yml with your local Kafka url and login credentials.

    • @nikoandrian8051
      @nikoandrian8051 3 роки тому

      @@BridgingCode okay, thanks a lot..

  • @J-Ind24
    @J-Ind24 3 роки тому

    👍