Qingsheng Ren created FLINK-20524:
-------------------------------------
Summary: Package KafkaTestEnvironment into Kafka connector test JAR
Key: FLINK-20524
URL:
https://issues.apache.org/jira/browse/FLINK-20524 Project: Flink
Issue Type: Bug
Components: Connectors / Kafka
Affects Versions: 1.12.0
Reporter: Qingsheng Ren
Currently the test JAR of `{{flink-connector-kafka}}` module only includes one `{{KafkaTestEnviromentImpl}}` class. This might be a bug when merging `{{flink-connector-kafka}}` and `{{flink-connector-kafka-base}}`, because previously kafka-base module test JAR included everything and kafka module only included `{{**/KafkaTestEnviromentImpl*}}`.
Instead of including everything in the test JAR, I think it'll be slimmer to contain only {{KafkaTestEnvironment}} and {{KafkaTestEnvironmentImpl}} to provide necessary test environment for developers.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)