Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
2.0.1
-
None
-
None
Description
It seems that the maven artifacts cannot be used to test a modularized system, because the package org.apache.kafka.streams is split over two artifacts:
- org.apache.kafka:kafka-streams:2.0.1
- org.apache.kafka:kafka-streams-test-utils:2.0.1
This leads to the things from the kafka-streams-test-utils not be available to the test!
A detailed description with minimal project to reproduce is here:
https://github.com/feliksik/test-fails-for-kafka-streams-modularity
Attachments
Issue Links
- duplicates
-
KAFKA-7491 Kafka streams and Kafka streams test utils have split packages
- Open