You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by hlavki <gi...@git.apache.org> on 2017/10/06 06:57:32 UTC

[GitHub] servicemix-bundles pull request #107: upgrade to kafka 0.11.0.1 and set kafk...

GitHub user hlavki opened a pull request:

    https://github.com/apache/servicemix-bundles/pull/107

    upgrade to kafka 0.11.0.1 and set kafka-streams as fragment host of kafka-clients

    working karaf feature is:
    ```xml
        <feature name="rocksdb" version="5.2.1">
            <bundle>wrap:mvn:org.rocksdb/rocksdbjni/5.2.1</bundle>
        </feature>
    
        <feature name="kafka-clients" version="0.11.0.1">
            <feature version="5.2.1">rocksdb</feature>
            <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.kafka-clients/0.11.0.1_1</bundle>
            <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.kafka-streams/0.11.0.1_1</bundle>
        </feature>
    ```

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

    $ git pull https://github.com/hlavki/servicemix-bundles master

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

    https://github.com/apache/servicemix-bundles/pull/107.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 #107
    
----
commit 9f1d64f3820398279714770931a945e3e77fdbc1
Author: Michal Hlavac <mi...@hlavki.eu>
Date:   2017-10-06T06:54:33Z

    upgrade to kafka 0.11.0.1 and set kafka-streams as fragment host of kafka-clients

----


---

[GitHub] servicemix-bundles pull request #107: upgrade to kafka 0.11.0.1 and set kafk...

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

    https://github.com/apache/servicemix-bundles/pull/107


---