How to provide synchronous responses in controllers? #342
Unanswered
mikebronner
asked this question in
Q&A
Replies: 1 comment
-
I presume you use internal async queue for events, so there are two options to manage it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just starting my event-sourcing adventure and am trying to wrap my head how to implement them in API controllers.
How do you handle scenarios like this, where there are multiple events in the chain between receiving the request, and responding to it, since events carry information one way.
Beta Was this translation helpful? Give feedback.
All reactions