You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Dmitry Volodin (Jira)" <ji...@apache.org> on 2020/10/26 07:14:00 UTC

[jira] [Commented] (CAMEL-15754) camel-grpc Improve the propagation consumer strategy

    [ https://issues.apache.org/jira/browse/CAMEL-15754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17220533#comment-17220533 ] 

Dmitry Volodin commented on CAMEL-15754:
----------------------------------------

Thanks, [~rajasekharb] for PR.

> 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
>            Assignee: Dmitry Volodin
>            Priority: Critical
>             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)