-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
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 ?