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
Thank you for the wonderful krakend project. I am quite new to it and would like to use it with NATS to carry out protocol translation for microservices. The flow I would like to have is:
Krakend receives a http request.
It converts it to a message on a NATS subject, uses the NATS request-reply mechanism to wait for the backend response.
Once response is received, converts it to http response and retuns it to the caller.
NATS allows us to use request-reply mechanism by setting "reply" header on the NATS message to a dynamic "inbox" subject and setting up a listener for it. The plumbing for this is setup by the NATS client libraries.
I looked at and experimented with krakend-pubsub functionality and couldn't find a way to use the request-reply mechanism.
Is there any way I can do this? Is there something obvious that I have missed?
Thanks again!
The text was updated successfully, but these errors were encountered:
Thank you for the wonderful krakend project. I am quite new to it and would like to use it with NATS to carry out protocol translation for microservices. The flow I would like to have is:
NATS allows us to use request-reply mechanism by setting "reply" header on the NATS message to a dynamic "inbox" subject and setting up a listener for it. The plumbing for this is setup by the NATS client libraries.
I looked at and experimented with krakend-pubsub functionality and couldn't find a way to use the request-reply mechanism.
Is there any way I can do this? Is there something obvious that I have missed?
Thanks again!
The text was updated successfully, but these errors were encountered: