nats-io/stan.py

Do NATS has asynchronous publisher in another language besides Python?

mcnl opened this issue · 3 comments

mcnl commented

I was looking for an asynchoronous publisher code but I just find it in python? Do NATS have natively another asynchronous publisher implementation or example that is not in Python?

Sorry not following... the Go client also has support for async publishing as documented here: https://github.com/nats-io/go-nats-streaming#asynchronous-publishing

mcnl commented

Thank you, that was exactly what I was looking for.

great! ok will close this one then