getdozer / dozer

Dozer is a real-time data movement tool that leverages CDC from various sources and moves data into various sinks.
https://getdozer.io
GNU Affero General Public License v3.0
1.47k stars 119 forks source link

Support NATS Jetstream #2320

Open AbstractiveNord opened 6 months ago

AbstractiveNord commented 6 months ago

Is your feature request related to a problem? Please describe. NATS Jestream is persistent message queue, acts similar to Apache Kafka. Currently Dozer doesn't support NATS Jetstream.

Describe the solution you'd like Support NATS Jetstream.

Additional context NATS Jetstream also provides key-value and blob storage interfaces, may be used.

chubei commented 6 months ago

Hi @AbstractiveNord, thank you for your interest in the project. Currently we don't have the engineering capacity to implement a NATS Jetstream connector. However, any contribution is welcomed, and we'll be happy to guide contributors through the process.

AbstractiveNord commented 6 months ago

Hi @AbstractiveNord, thank you for your interest in the project. Currently we don't have the engineering capacity to implement a NATS Jetstream connector. However, any contribution is welcomed, and we'll be happy to guide contributors through the process.

No problem, I think i may find some time for implementing this. Also any interest person is invited.