carwynmoore / perl-nats

A Perl client for the NATS messaging system
MIT License
12 stars 6 forks source link

Any plans to support NATS 2.x features like JetStream? #10

Open robinsmidsrod opened 2 years ago

robinsmidsrod commented 2 years ago

I notice there has been quite some time since there's been any activity on this repo, and I'm wondering if there are any plans to support NATS 2.x features like JetStream, NKey/JWT authentication, automatic reconnect, etc.?

If there are no plans, are you open to someone else taking over as maintainer of the package?

carwynmoore commented 2 years ago

Hey @robinsmidsrod 👋

I have no plans to progress this project further than what has already been achieved.

If there are no plans, are you open to someone else taking over as maintainer of the package?

I'm very open to passing the baton to a new primary maintainer (with the need and time!) to improve and update the package to support the latest versions and features of NATS.

robinsmidsrod commented 2 years ago

Okay. I notice that there are some features needed in this client (e.g. HMSG and HPUB ops) to support JetStream, so I'll take a go at implementing those. Hopefully I'll have a PR to you sometime soon, and then you can choose what you'd like to do (handover or something else).