GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3871
KAFKA-5909; Removed the source jars from classpath while executing CLâ¦
â¦I tools.
- redundant `for` loops removed.
- I did this change with assumption that there are no priorities in jar
while assigning it to the classpath.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka kafka-5909
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3871.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 #3871
----
commit 8ebca3259f79ce10e21372cb875ae800e9532865
Author: Kamal Chandraprakash <[email protected]>
Date: 2017-09-15T11:30:19Z
KAFKA-5909; Removed the source jars from classpath while executing CLI
tools.
- redundant `for` loops removed.
----
---