You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix spring-kafka 2.4-2.9 test: remove hardcoded kafka-clients version
The test scenario hardcoded kafka-clients at 2.3.1, but spring-kafka 2.4+
requires matching kafka-clients versions (2.4+, 2.5+, etc.). Fix by removing
the explicit kafka-clients dependency and letting spring-kafka's transitive
dependency pull the correct version automatically.
*[Spring-Kafka](https://github.com/spring-projects/spring-kafka) Spring Kafka Consumer 1.3.x -> 2.3.x, 3.0.x -> 3.3.x (2.0.x and 2.1.x not tested and not recommended by [the official document](https://spring.io/projects/spring-kafka))
80
+
*[Spring-Kafka](https://github.com/spring-projects/spring-kafka) Spring Kafka Consumer 1.3.x -> 3.3.x (2.0.x and 2.1.x not tested and not recommended by [the official document](https://spring.io/projects/spring-kafka))
0 commit comments