GitHub user fpj opened a pull request: https://github.com/apache/kafka/pull/303
Kafka 2639: Refactoring of ZkUtils I've split the work of KAFKA-1695 because this refactoring touches a large number of files. Most of the changes are trivial, but I feel it will be easier to review this way. This pull request includes the one @Parth-Brahmbhatt started to address KAFKA-1695. You can merge this pull request into a Git repository by running: $ git pull https://github.com/fpj/kafka KAFKA-2639 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/303.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 #303 ---- commit 6a1ca42c41f0e577e33bf92cdc6aa6ec3a8da237 Author: flavio junqueira <f...@apache.org> Date: 2015-10-12T21:55:10Z Initial pass, main code compiles commit afeafabdcefc2dd93f28ab5e23041be7ebe08f3b Author: flavio junqueira <f...@apache.org> Date: 2015-10-13T12:10:43Z Changes to tests to accomodate the refactoring of ZkUtils. commit 66b116aace0990182d76b6591b50491f072b95cb Author: flavio junqueira <f...@apache.org> Date: 2015-10-13T12:59:06Z Removed whitespaces. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---