Eric Pan created SAMZA-2413:
-------------------------------
Summary: Remove dependency on kafka-clients-test.jar
Key: SAMZA-2413
URL: https://issues.apache.org/jira/browse/SAMZA-2413
Project: Samza
Issue Type: Improvement
Reporter: Eric Pan
What’s the problem: Currently open source Samza relies on the
kafka-clients-test.jar to pull in classes like EmbeddedZookeeper.class. This is
fine in open source since Samza pins down the kafka-clients version to an older
version with a test.jar already available. However, in the LinkedIn version of
Samza, it also depends on Linkedin-kafka-clients which bumps up the version of
kafka-clients to the latest. The problem is that the Kafka team has stopped
publishing the test jar automatically in newer versions and requires us to ping
them to publish this test jar. So moving forward, we need to remove Samza’s
dependency on this test jar and use the published java versions so that our
build isn’t broken every time a new kafka-clients version is published.
[~pmaheshwari], [~xiliu], thoughts on priority for this issue?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)