GitHub user tomdw opened a pull request:
https://github.com/apache/servicemix-bundles/pull/108
correct imports in order for it to actually work
The Import-Package was on a non-existing package + some extra packages were
missing in order for the streaming runtime scenario's to work properly.
Could this also be backported to the 0.10.2.x version as we are not yet on
0.11?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tomdw/servicemix-bundles fix_kafka_streams
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/servicemix-bundles/pull/108.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 #108
----
commit 4b32602386e02bc4856950ff702e48afcfd702bb
Author: tomdw <[email protected]>
Date: 2017-10-31T07:02:19Z
correct imports in order for it to actually work
----
---