Apache Kafka Rebalance Listener & Implementing a database sink for Kafka

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 4

  • @rajukomaturi4341
    @rajukomaturi4341 11 หลายเดือนก่อน +1

    Thanks for the lecture , could you please provide code with database?

  • @chenguo8767
    @chenguo8767 ปีที่แล้ว

    Thanks for the lecture. Just curious, what if we just set some rule on the database, if an record exists, ignore the update. In this way, even kafka reprocessing the same message, database will not be affected. what are the advantages of using rebalance listener in this case? Thank you!

    • @shreyas-s5g
      @shreyas-s5g ปีที่แล้ว

      watch partition assignor [ roundrobin,range type...] videos of same playlist, you will get idea. BTW rebalance listener class is used for revoking and assigning of partitions to consumers.