synadia-io / flink-connector-nats

Nats Java Flink Connector
Apache License 2.0
10 stars 2 forks source link

Feat. JetStream Support for Source #4

Open somratdutta opened 10 months ago

somratdutta commented 10 months ago

We have added support for NATS JetStream for Source. Also added is a test-case for the Source class. We are open to feedback and actively working on to improve the current state of this project.

somratdutta commented 4 months ago

Hi @scottf, I have made some changes as per the latest discussion. You can see the commit here. I also agree on your PR for supporting Serializable Consumer Configuration, I would refactor the Jetstream connector code once its merged.

Upcoming improvements:

somratdutta commented 4 months ago

Updates in this commit :

Note : This refactoring is done based on this PR which adds Serialisable wrappers. It hasn't been released yet, so the jnats version is bumped for next release.

@scottf

tkeller-moxe commented 2 months ago

Hey our team is interested in this! Do we know the status of this PR?