iamd3vil / nats_ex

Idiomatic Elixir client for Nats.io messaging system
MIT License
11 stars 3 forks source link

Add NATS streaming support #3

Open iamd3vil opened 4 years ago

iamd3vil commented 4 years ago

Currently nats_ex doesn't support NATS streaming.

costa commented 4 years ago

I've seen the streaming branch and I wonder how far it is from the very basic PUB/SUB functionality.

Thank you.

iamd3vil commented 4 years ago

@costa Hi, I haven't worked on it for long time. It isn't usable right now but I will probably will work on this and try to complete it before next week. Will let you know.

costa commented 4 years ago

@iamd3vil that would be great; I've found just a few works in progress, and it's essential to my project to connect Erlang/Elixir ecosystem to NATS streaming MQ.

costa commented 4 years ago

@iamd3vil Can you tell what's obstructing the implementation of the basic functionality? I might take a look. Also, have you seen additional implementation attempts?

iamd3vil commented 4 years ago

Nothing's a actually a blocker, except I am not getting enough time to work on it. You are welcome to contribute to it if you want. Please let me know, if you have any doubts/issues.

costa commented 4 years ago

FYI, I've found the basic functionality I was looking for at https://github.com/mmmries/nats.ex_streaming