Closed ennru closed 4 years ago
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 {} \;
Kafka 2.5.0 is coming up soon...
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