GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/4975
[FLINK-7991][examples][kafka] Cleanup kafka10 example jar
## What is the purpose of the change
This PR cleans up the kafka example shading configuration, removing plenty
of unnecessary classes from the resulting jar along with several ineffective
inclusions.
## Brief change log
* remove inclusions for zk, curator, jute, I0Itex, jline and jammer as they
are ineffective
* narrow down `org.apache.flink.streaming` inclusion to only include the
kafka connector
## Verifying this change
* Build jar before and after and compare contents
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 7991
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4975.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 #4975
----
commit cca79f8194ab46aab51f5dfb2f528802a9fbb9d4
Author: zentol <[email protected]>
Date: 2017-11-07T17:12:29Z
[FLINK-7991][examples][kafka] Cleanup kafka10 example jar
----
---