[ https://issues.apache.org/jira/browse/KAFKA-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534802#comment-14534802 ]
Parth Brahmbhatt commented on KAFKA-2169: ----------------------------------------- Here is the commit that added that method to zkClient. https://github.com/sgroschupf/zkclient/commit/ed48a6e4061b06790c1fc0df7a92b1f86dcb416a#diff-93471cb6deda2b6e1ce4aeb855fba8c5L462 Before this method was added zkClient threw RunTimeException and kafka dealt with it. To be clear we are not swallowing exceptions we are throwing the exact same exception that we got from zkClient in previous versions. I recommend filing a different jira if you think this behavior needs to be updated. > Upgrade to zkclient-0.5 > ----------------------- > > Key: KAFKA-2169 > URL: https://issues.apache.org/jira/browse/KAFKA-2169 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.8.2.0 > Reporter: Neha Narkhede > Assignee: Parth Brahmbhatt > Priority: Critical > > zkclient-0.5 is released > http://mvnrepository.com/artifact/com.101tec/zkclient/0.5 and has the fix for > KAFKA-824 -- This message was sent by Atlassian JIRA (v6.3.4#6332)