Real-Time Data: Postgres, Debezium, Kafka, Schema Registry, Delta Streamer

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

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

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

    Step by step written guide
    www.linkedin.com/pulse/real-time-data-processing-postgres-debezium-kafka-schema-soumil-shah-li19e?

  • @AmeyMeher-g7n
    @AmeyMeher-g7n 4 หลายเดือนก่อน

    Great video! I was able to do the entire process, thanks for the materials which made it super easy.
    Additionally, I tried to handle Tombstone events in this pipeline as the Spark job fails due to this. It seems the connector appends a NULL message to the kafka pipeline which makes the spark job give this error (java.lang.NullPointerException)
    I tried by setting these parameters in the Kafka Connect for postgres, which was mentioned in the documentation:
    delete.enabled=true
    transforms.unwrap.drop.tombstones=false
    schema.evolution=basic
    But after this too, it's not able to handle tombstone events.
    Can you suggest what can be done to handle these events? Thanks!

  • @vinothk-n2q
    @vinothk-n2q ปีที่แล้ว

    Thanks sir.. Really good

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

      Thanks mate I appreciate your positive comments

  • @СанданцоодолЧулуунбатар
    @СанданцоодолЧулуунбатар 9 หลายเดือนก่อน

    When I use Oracle for source database, which source-class should I use? org.apache.hudi.utilities.sources.debezium.DebeziumSource ?
    There isn't a Debezium source class for Oracle.

    • @SoumilShah
      @SoumilShah  9 หลายเดือนก่อน +1

      Hmm you may have to write custom Java code and extend debezium class