-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafka test jars are included in spring-kafka-test #3825
Comments
This is known issue: https://issues.apache.org/jira/browse/KAFKA-17121. You can try to exclude those dependencies, but I think somewhere in the We are right now in |
Ya, @artembilan, I was also curious about this issue and was looking. As you said, we can probably remove those dependencies and see what breaks in 4.0. |
Well, I see that issue has been fixed in Kafka |
I just ran our tests with both kafka-clients and kafka-server-common excluded from spring-kafka-test. That also does the job 😁. We run our tests with a Confluent Kafka container 😉 |
I am confused. |
I'll check why |
The tests jar of kakfa-clients and kafka-server-commons are included in spring-kafka-test. Both include a junit-platform.properties configuration file which results in
WARNING: Discovered 2 'junit-platform.properties' configuration files in the classpath; only the first will be used
.I can't really find any reason why those test jars are included.
The text was updated successfully, but these errors were encountered: