sky-uk/kafka-topic-loader

Find a new home for kafka-topic-loader jar

Closed this issue · 1 comments

Following Bintray sunset on 1/5/21 kafka-topic-loader is unable to retrieved from the internet.

We are looking to setup a publish to sonatype / maven central. However this may take some time.


A work around currently for anyone using the 2.13 version is to use the following:

https://jitpack.io/#sky-uk/kafka-topic-loader

resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.sky-uk" % "kafka-topic-loader" % "v1.4.1"

Cross scala builds are blocked on jitpack due to jitpack/jitpack.io#4006

Now exists in maven central, first version available is 1.5.3.

libraryDependencies += "uk.sky" %% "kafka-topic-loader" % "1.5.3"