You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Steve Hiller <sh...@bellsouth.net> on 2018/06/28 02:32:52 UTC

Using camel-rest component with camel-grpc component

Hi All,

Has anyone used the camel-rest component in combination with the camel-grpc component? Specifically, what is the best way to handle an input JSON ReST message that will be routed to a gRPC service, which will return a response that needs to be returned to the caller of the ReST service as JSON?

Thanks so much,

Steve