Microservices: Transactional outbox | Solving dual writes

Поделиться
HTML-код
  • Опубликовано: 13 окт 2024
  • 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/Pas...

Комментарии • 6

  • @FredyFelisberto
    @FredyFelisberto 5 месяцев назад +1

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

  • @카라멜땅콩-p2p
    @카라멜땅콩-p2p Год назад +1

    good video

  • @draw_with_mee
    @draw_with_mee 9 месяцев назад

    can you please share the github link for the code?

    • @bayonnesensei8281
      @bayonnesensei8281  9 месяцев назад

      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.