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

[GitHub] camel pull request #2264: Kafka: fix check on autoCommitEnable

GitHub user binilbenjamin opened a pull request:

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

    Kafka: fix check on autoCommitEnable

    Auto commit should occur only if 'autoCommitEnable' is true.

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

    $ git pull https://github.com/binilbenjamin/camel feature/kafka_autoCommitEnable_fix

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

    https://github.com/apache/camel/pull/2264.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 #2264
    
----
commit cd07bd8a52369919586b4d242af4253dc5652336
Author: Binil Benjamin <bi...@...>
Date:   2018-03-23T02:21:14Z

    Kafka: fix check on autoCommitEnable
    
    Auto commit should occur only if 'autoCommitEnable' is true.

----


---

[GitHub] camel pull request #2264: Kafka: fix check on autoCommitEnable

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

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


---