GitHub user Itarius opened a pull request:
https://github.com/apache/camel/pull/1884
fix using MasterComponent
MasterComponent has a problem when you use remote zookeeper server. When
consumer is created on endpoint it has no information about remote zookeeper
server and try to initiating client connection to localhost:2181. I added to
MasterConsumer code like in MasterRoutePolicy and it started to work correctly.
I hope you confirm this problem and add fix to the next release.
Thanks, Yaroslav.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Itarius/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1884.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 #1884
----
commit 59e5c846d172bca161412d2a0103ab030d07281b
Author: itarius <[email protected]>
Date: 2017-08-11T19:20:09Z
fix using MasterComponent
----
---
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.
---