[
https://issues.apache.org/jira/browse/APEXMALHAR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440189#comment-15440189
]
ASF GitHub Bot commented on APEXMALHAR-2199:
--------------------------------------------
GitHub user siyuanh opened a pull request:
https://github.com/apache/apex-malhar/pull/387
APEXMALHAR-2199 fix chroot path for 0.8 kafka input operator support
Simplify the zookeeper url parser to use whatever user specified and
support chroot path
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/siyuanh/apex-malhar APEXMALHAR-2199
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-malhar/pull/387.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 #387
----
commit 63cb433386027833b194930aad442bb251ec1de4
Author: Siyuan Hua <[email protected]>
Date: 2016-08-26T23:26:40Z
APEXMALHAR-2199 #resolve #comment Simplify the zookeeper url parser to use
whatever user specified and support chroot path
----
> 0.8 kafka input operator doesn't support chroot zookeeper path (multitenant
> kafka support)
> ------------------------------------------------------------------------------------------
>
> Key: APEXMALHAR-2199
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2199
> Project: Apache Apex Malhar
> Issue Type: Bug
> Affects Versions: 3.5.0
> Reporter: Siyuan Hua
> Assignee: Siyuan Hua
>
> If you set the zookeeper path to node1:2181,node2:2181/chroot/, it will fail
> with IllegalArgumentException
> The reason is because this zookeeper path will be parsed as node1:2181 and
> node2:2181/chroot/ which in node1:2181 the topics are not there
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)