-
Notifications
You must be signed in to change notification settings - Fork 734
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
update to latest kafka-manager (kafka.common.KafkaException: Unknown offset schema version 3 with kafka 2.1.1) #257
Comments
I get the build error too. They use Scala and I can't find any official-looking image with |
Could the problem from your Dockerfile be the same as reported in the official repo: yahoo/CMAK#565? e.g. Java must not be >8? |
I could successfully build the latest yahoo/kafka-manager by downgrading to openjdk:8u212, see PR solsson/dockerfiles#24 |
Yes it looks that way. The build is incredibly heavy though so docker hub will probably fail to build. I'll build locally and push. |
See Yolean/kubernetes-kafka#257 Builds on Java 8 (the old kubernetes-kafka base image) but runs on Java 11 for its container advantages Pushed to docker hub: solsson/kafka-manager:pr626@sha256:552a4d091f9efa83e40b2a73690cbd1bb33ca2ea4d16af5cbbb7514b3b4e772f
Using kafka version 2.1.1 I see a lot of
warn
in thekafka-manager
after activating it with:The warnings are:
I think we need the latest version from https://github.com/yahoo/kafka-manager (or at least a version which contains changes from yahoo/CMAK#620). Unfortunately I could not find a pre-built
image: solsson/kafka-manager
image. I did try to build it myself but got an error. @solsson: do you plan to update to your latest kafka-manager version?I see that the latest
kafka-manager
would also support the latest kafka version (2.2.0), see yahoo/CMAK#626The text was updated successfully, but these errors were encountered: