Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-9715

Add support for storing Debezium offsets and schema history in Apache Pulsar

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • Backlog
    • None
    • core-library
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      Debezium currently supports a set of offset and schema history storage backends (Kafka, File, JDBC, Redis, etc.), but Pulsar is not supported, which limits native integration when Debezium is deployed inside a Pulsar ecosystem.

       

      Feature request

      Add a Pulsar-based implementation of:

      • OffsetBackingStore
      • SchemaHistory

      so that offsets and schema history can be persisted directly in Pulsar topics, without requiring Kafka or external storage.

      Implementation idea

      Pulsar already provides a working implementation in its Kafka-connect adapter module, specifically in PulsarSchemaHistory and PulsarOffsetBackingStore

      Perhaps this code may be integrated into debezium ?

              Unassigned Unassigned
              o.boudet@gmail.com Olivier Boudet
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: