You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by sebbeaume <gi...@git.apache.org> on 2018/02/14 16:15:31 UTC

[GitHub] camel pull request #2224: make transport configurable for streaming api

GitHub user sebbeaume opened a pull request:

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

    make transport configurable for streaming api

    The goal of this PR is to make the LongPollingTransport configurable through the SalesforceComponent.
    The need encoutered is :
    While using the streaming api (PushTopic), we sometimes receive a message of a size exceeding the BufferingResponseListener maxLength property.
    Enabling configurating the LongPollingTransport will give the possibility to control the authorized maxLength.

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

    $ git pull https://github.com/sebbeaume/camel feature/make-transport-configurable-in-streaming-api

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

    https://github.com/apache/camel/pull/2224.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 #2224
    
----
commit ebcffada5a124c0161f82fd15099faf6e022b1c1
Author: BEAUME <se...@...>
Date:   2018-02-14T15:52:51Z

    make transport configurable for streaming api

----


---

[GitHub] camel pull request #2224: make transport configurable for streaming api

Posted by zregvart <gi...@git.apache.org>.
Github user zregvart closed the pull request at:

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


---