Skip to content
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

Find a new home for kafka-topic-loader jar #48

Closed
paulaylingdev opened this issue May 6, 2021 · 1 comment
Closed

Find a new home for kafka-topic-loader jar #48

paulaylingdev opened this issue May 6, 2021 · 1 comment

Comments

@paulaylingdev
Copy link
Contributor

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

@paulaylingdev
Copy link
Contributor Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant