akka / alpakka-kafka

Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/libraries/alpakka-kafka/current/
Other
1.42k stars 386 forks source link

Clear pre-release kafka-clients files #1011

Closed ennru closed 4 years ago

ennru commented 4 years ago

Contributors!

As Alpakka Kafka configured Apache's staging repository since Kafka 2.4.0-RC1 came out, you might have the non-final jar in your local or team artefact cache.

Please remove those files now that we reference the final client library.

To clear you local Ivy cache you may use

find .ivy2 -name "kafka-clients-2.4.0*" -exec rm {} \;
ennru commented 4 years ago

Kafka 2.5.0 is coming up soon...