Hi all,
I’m in the process of putting ES in to my system as a pub/sub mechanism. I’m trying to communicate between a backend and an asp.net web api controller. I’m using a single stream as the queue for the backend, but was wondering what the best
way, given that APIController doesn’t implement GetHashCode, to ensure that the response only is returned to the controller from with the request was sent. I thought of having a single stream for each request, but then that seems like wasting resources. Does
anyone have any better ideas?
Help appreciated as always.
Kind regards
Sean.