You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Robin Van Praet (JIRA)" <ji...@apache.org> on 2018/10/08 12:24:00 UTC

[jira] [Created] (KAFKA-7491) Kafka streams and Kafka streams test utils have split packages

Robin Van Praet created KAFKA-7491:
--------------------------------------

             Summary: Kafka streams and Kafka streams test utils have split packages
                 Key: KAFKA-7491
                 URL: https://issues.apache.org/jira/browse/KAFKA-7491
             Project: Kafka
          Issue Type: Improvement
            Reporter: Robin Van Praet


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)