GitHub user nicolaferraro opened a pull request:

    https://github.com/apache/camel/pull/1763

    CAMEL-11236: added gRPC streaming producer strategy

    Added a way to keep a gRPC stream open towards a remote server and send all 
exchanges inside that stream, routing all responses to another endpoint (usage 
added in the doc).
    
    It may be improved (error handling and backpressure), but I think it's ok 
as first pass.
    
    @dmvolod can you have a look at it?
    
    I've also renamed "processing strategy" (it's a new field in 2.20) to 
"consumer strategy" in order to introduce a "producer strategy" (RPC / 
STREAMING).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nicolaferraro/camel CAMEL-11236

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1763.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1763
    
----
commit f9e0279576cc0b1d2809c2731c18214be757629a
Author: Nicola Ferraro <[email protected]>
Date:   2017-06-12T10:20:01Z

    CAMEL-11236: added gRPC streaming producer strategy

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to