romanchechyotkin / nats.ocaml

OCaml client for NATS, the cloud native messaging system.
Apache License 2.0
8 stars 1 forks source link

Subscription routing #15

Closed dx3mod closed 1 day ago

dx3mod commented 3 weeks ago

Filter incoming messages and route them to subscribers.

dx3mod commented 3 weeks ago

I'll do it this week.

dx3mod commented 2 weeks ago

Checking a SID was enough to route incoming messages. But there is also a "reply to" mechanism. I don't understand it yet.

dx3mod commented 1 week ago

My #20 has been moved to #22 PR

romanchechyotkin commented 1 week ago

about Reply-to mechanism i think this is NATS feature, u just need to provide two subjects

romanchechyotkin commented 1 week ago

and NATS is going to manage rounting messages into specific subjects, we just need to handle incoming messages

dx3mod commented 1 week ago

Okay. :ok_hand: