Rajasekhar Bhupasamudram created CAMEL-15754:
------------------------------------------------

             Summary: camel-grpc Improve the propagation consumer strategy 
                 Key: CAMEL-15754
                 URL: https://issues.apache.org/jira/browse/CAMEL-15754
             Project: Camel
          Issue Type: Improvement
          Components: camel-grpc
            Reporter: Rajasekhar Bhupasamudram
             Fix For: 3.7.0


In the GrpcRequestPropagationStreamObserver, the responseStream.onCompleted() 
is called every time an onNext method is invoked by the client via a grpc call. 
This does not leverage the Http 2.0 abilities to send the responses back to the 
client asynchronously.

Once the camel route is traversed, the server is sending some response to the 
client using the onNext method calls. But, sometimes, it may be a good idea to 
not to send any data immediately and call the onCompleted methods.

I propose to allow the camel route to control this behavior with some 
properties.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to