Microservices: Transactional outbox | Solving dual writes

Sdílet
Vložit
  • čas přidán 15. 10. 2023
  • - Dual writes is a situation when your application should change data in two different destinations or system, which in our case are database and kaki database.
    - Transactional outbox pattern solve these kind of problemas related to dual writes, in cases such as a transaction tries to update the database table then publish a message to middleware message system (kafka) and then commit the transaction.
    gitHub: github.com/PascoalBayonne/Cus...
  • Věda a technologie

Komentáře • 6

  • @FredyFelisberto
    @FredyFelisberto Před 2 měsíci +1

    That is amazing dude. I was really impressed and after watching this video l realized that l learned l lot.
    🎉

  • @user-ql1rg9mj9d
    @user-ql1rg9mj9d Před 9 měsíci +1

    good video

  • @draw_with_mee
    @draw_with_mee Před 7 měsíci

    can you please share the github link for the code?

    • @bayonnesensei8281
      @bayonnesensei8281  Před 6 měsíci

      Hey mate, the link is on the description of this video. If you've found it interesting then don't forget to like and subscribe. Happy learning.