We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Now exists in maven central, first version available is 1.5.3.
1.5.3
libraryDependencies += "uk.sky" %% "kafka-topic-loader" % "1.5.3"
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: