Asynchronous publish/subscribe in NATS jetstream #514
Unanswered
LarsWinters
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I need serious help with my NATS jetstream publish/subscribe implementation.
I have a NATS Eventhandler class which looks like this:
in my main.py I want to use this like this:
I tried so many different implementations but just can't figure out how this works.
Neither subscribe/publish work. When they are called they are not working but also don't give back an Exception.
I would highly appreciate any help on how to fix this problem.
My NATS Jetstream Cluster looks like this (docker-compose):
Beta Was this translation helpful? Give feedback.
All reactions