Eric Feliksik created KAFKA-7668:
------------------------------------
Summary: kafka-streams-test-utils cannot test a modularized
system?
Key: KAFKA-7668
URL: https://issues.apache.org/jira/browse/KAFKA-7668
Project: Kafka
Issue Type: Bug
Components: streams, unit tests
Affects Versions: 2.0.1
Reporter: Eric Feliksik
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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)