Open LioHub opened 3 years ago
hi, @LioHub and welcome to the krakend community!
TLDR; RPC over rest+amqp is not supported (yet)
cheers!
Hi, is there some progress in implementing RPC over rest+amqp? very interested in this feature.
thanks.
Hi @robertotrgt. It's not near. KrakenD 2.0 is about to be released, but this feature is not planned for 2.0 or the next version.
Hi, are you considering an implementation that will handle the responses of RPC and REST calls synchronously, as in the example here?
I'm trying to understand how to implement an api gateway that deals with microservices that expose rest and rpc endpoints.
We chose Krakend, I implemented the endpoints and configured rabbitmq, and it works, but I don't know how to give to the correct client from the queue. Can I give it back with some key? @kpacha
first way here i try set username with a queue and return the new username
second way producer here i try set username with a queue
consumer here return the new username
thanks for help)