Event-driven Architectures on Apache Kafka with Spring Boot

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Learn about Event-driven Architectures
    How Apache Kafka works: • 3. Apache Kafka Fundam... and • 4. How Kafka Works | A...
    Apache Kafka Installation: kafka.apache.org/quickstart
    Project code: github.com/ajcatambay/Product...
    Connect with me: / adrianjayson
    _______________________CONTENT_______________________
    0:00 - Event-driven Architectures
    6:59 - Apache Kafka
    12:00 - What we will build
    14:40 - Create the Topics in Kafka
    18:45 - About the Project code
    23:03 - Implementing Pub/Sub model
    31:05 - Implementing Event streaming
  • Věda a technologie

Komentáře • 16

  • @sudhakarnarasimhan5431
    @sudhakarnarasimhan5431 Před 3 lety +1

    Excellent explanation of Kafka and Demo. Thanks very much.

  • @pullakmohapatra1
    @pullakmohapatra1 Před 2 lety

    Thank you very very much. Excellent demonstration.

  • @madhusudanjm4375
    @madhusudanjm4375 Před 3 lety

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

  • @darkenergy7121
    @darkenergy7121 Před 3 lety

    Thanks. A very helpful presentation. 🙏

  • @francksgenlecroyant
    @francksgenlecroyant Před 2 lety

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

  • @diegojardonramirez7311

    Awesome tutorial!!

  • @draganpajic3511
    @draganpajic3511 Před 2 lety

    Excellent!!!!

  • @bubaibhattacharya8615
    @bubaibhattacharya8615 Před 2 lety +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

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

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

    • @BridgingCode
      @BridgingCode  Před 2 lety

      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 Před 2 lety

    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?

  • @hun73rentertainment76
    @hun73rentertainment76 Před 3 lety

    👍

  • @digisecureagent7679
    @digisecureagent7679 Před 2 lety

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

  • @nikoandrian8051
    @nikoandrian8051 Před 2 lety

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

    • @BridgingCode
      @BridgingCode  Před 2 lety +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 Před 2 lety

      @@BridgingCode okay, thanks a lot..