[
https://issues.apache.org/jira/browse/KAFKA-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-18933.
------------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
> Add integration tests for :clients outside of :core
> ---------------------------------------------------
>
> Key: KAFKA-18933
> URL: https://issues.apache.org/jira/browse/KAFKA-18933
> Project: Kafka
> Issue Type: Improvement
> Reporter: David Arthur
> Assignee: David Arthur
> Priority: Minor
> Fix For: 4.1.0
>
>
> In order to move the client integration tests outside of :core, we need a
> place to put them. The logical place is in the ":clients" module, but due to
> the Java 11 requirement for that module, we cannot add any Java 17
> dependencies. Instead, we can do something similar to streams and create a
> new integration-test module under the clients directory. This would be a Java
> 17 module that depends on ":clients" and our test infra and would only
> contain integration tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)