You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is I can't get my Command Handler executed. commandBus.OnSend runs and then nothing. I might have configured topics incorrectly but I tried so many permutations and nothing worked. I'm currently trying to run it in a non-jetstream version.
Perhaps anyone succeeded in cqrs + nats integration already?
The text was updated successfully, but these errors were encountered:
I'm trying to following CQRS docs, also this PR helped me a lot:
#525
Command handler is dead simple:
Logs:
The problem is I can't get my Command Handler executed.
commandBus.OnSend
runs and then nothing. I might have configured topics incorrectly but I tried so many permutations and nothing worked. I'm currently trying to run it in a non-jetstream version.Perhaps anyone succeeded in cqrs + nats integration already?
The text was updated successfully, but these errors were encountered: