-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
Feature request or enhancement
Which use case/requirement will be addressed by the proposed feature?
1. Using the zookeeper cluster to store debezium offsets and database schema history can ensure high availability and consistency of storage.
2. At present, debezium-storage supports services such as azure blob, kafka, and redis for storage. Zookeeper, as a widely used distributed collaboration service, can avoid introducing more additional middleware.
In my scenario, multiple service instances are deployed using debezium embedded engine, and Zookeeper is also used to solve single node of failure, so it is also very convenient to use Zookeeper for storage.
Referring to FileDatabaseHistory, FileOffsetBackingStore, I have written the relevant code to achieve, so I want to add it as a new feature.