Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua Client #1208

Open
iliesh opened this issue Aug 11, 2021 · 1 comment
Open

Lua Client #1208

iliesh opened this issue Aug 11, 2021 · 1 comment

Comments

@iliesh
Copy link

iliesh commented Aug 11, 2021

Does someone know/have a library for NATS client written in lua? I was trying to use the existing one: https://github.com/DawnAngel/lua-nats but it seems to be obsolete and didn't work for me. If you have another one could you please share it here?

Thanks

@kozlovic
Copy link
Member

@iliesh This is the client that is listed in download page indeed. I don't think this has support for NATS Streaming, but keep in mind that NATS Streaming has a deprecation notice (https://github.com/nats-io/nats-streaming-server#warning--deprecation-notice-warning), so it would not make much sense to start new development both on your side, and a client library, at this point.

The replacement for NATS Streaming is JetStream, part of the NATS Server (https://github.com/nats-io/nats-server). That being said, the Lua client above also likely does not have support for JetStream. Although technically you could work with JetStream with core NATS and some JSON.

I will let this issue opened a bit to see if there are people in the community that will comment and point you to an existing NATS Streaming Lua client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants