-
Enhancement
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
False
-
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
When using NATS Jetstream as a sink for Debezium Server, it would be ideal to also be able to use NATS KV for storing debezium's state. This would allow us to have high availability/redundant storage without any new service.
The api is dead-simple - kv get/put etc. Here's an example in the Java client docs. https://github.com/nats-io/nats.java/blob/main/src/examples/java/io/nats/examples/jetstream/NatsKeyValueFull.java