Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When trying to test a Kafka Streams application using JDK 9+, using the module path, (test) compilation errors occur.
The TopologyTestDriver cannot be located in kafka-streams-test-utils because package 'org.apache.kafka.streams' is already provided by module kafka-streams.
Please make sure that packages are not re-used between production libraries and test util libraries.
Attachments
Issue Links
- is duplicated by
-
KAFKA-7668 kafka-streams-test-utils cannot test a modularized system?
- Resolved