Microservices & Data: Implementing the Outbox Pattern with Debezium

Поделиться
HTML-код
  • Опубликовано: 13 окт 2024

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

  • @Johnny010
    @Johnny010 3 года назад

    Oh wow thanks.
    Often being using a similar pattern and had no idea it has a sort of name!

  • @IIIxwaveIII
    @IIIxwaveIII 8 месяцев назад

    on the outbox table slide, what is the use of aggrID where is already have an ID as the primary key? also, in the book service slide you show the outbox table without a aggrID field. is this on purpose?

  • @rythmahmed
    @rythmahmed 3 года назад

    Hi, Thanks for the nice description.
    At the end you said that in the production we have to run multiple instances of zookeeper, Kafka, Kafka connect which makes it way more compliated.
    How do you suggest to run these multiple instances? or what do you suggest for the production?

  • @rythmahmed
    @rythmahmed 3 года назад +1

    " The only thing you now need to do is to connect your consumers to the topics and react to the events. But that’s a topic for another article".
    Could you please give the link of that article if you already finished it, otherwise some other source? thanks

  • @chandrakanth2640
    @chandrakanth2640 2 года назад

    Hi Thorben,
    Please give inputs for cassandra sink for the same scenario explained above.
    1. Adding cassadra to docker-compose.yml
    2. cassandra sink connector details...
    Please provide both the details to test how to transfer data from topic to cassandra table (in table format as the data in topic is in json format).

  • @abhibajaj8
    @abhibajaj8 2 года назад

    hi, thanks great explanation, here I am trying to implement the debezium using springboot which creates an slot in debezium, but after some time the replication slot in postgres gets deleted own its own

  • @ankesh3401
    @ankesh3401 4 года назад

    amazing sir

  • @SushilKumarBhaskar
    @SushilKumarBhaskar 4 года назад

    excellent one

  • @poranchowdury7468
    @poranchowdury7468 4 года назад

    thank you sir