Open dandujaipalreddy opened 7 years ago
Just wanted to bump this and add a +1. We upgraded to 1.3.6 recently and are getting this same error message in log. It is fierce (tight loop) many per second. Any ideas on a solution? Should we downgrade? Upgrade?
same here – to my understanding the client they are using internally isn't compatible anymore with 0.8.X.X.
Is this true or have you guys found a fix @thunderstumpges @dandujaipalreddy
kafka_2.10-0.8.2.0, kafka-manager-1.3.3.0, same Exception. But kafka_2.11-0.8.2.0 with no problem. I think it is a problem of scala version dismatch. But how to change the scalaVersion. Or other solution ?
I'm having this same problem using kafka_2.10-0.8.2.1
The strange thing is that we have a preproduction environment that is exactly the same as our production environment. The preproduction environemnt works fine, but the production is throwing the ERROR over and over.
Do you have any clue why this is happening? The environments are exactly the same version (kafka_2.10-0.8.2.1)
i'm having the same error, but seems just error on some machines of cluster.
when i lanuch the kafka manager, get this warn
[warn] k.m.a.c.KafkaManagedOffsetCache - Failed to process a message from offset topic on cluster pro-kafka!
org.apache.kafka.common.protocol.types.SchemaException: Error reading field 'brokers': Error reading field 'host': Error reading string of length 29548, only 1656 bytes available
at org.apache.kafka.common.protocol.types.Schema.read(Schema.java:73) ~[org.apache.kafka.kafka-clients-0.10.0.1.jar:na]
@padilo @Baozhb downgrade to this version https://github.com/M2shad0w/kafka-manager/releases/tag/support-kafka-0.8.2.x which client is 0.8.2.x
Hello,
We are getting the following exception while using kafka-manager(1.3.6) with Kafka 0.8.2.1
By looking at the exception,We can infer that there is version mismatch between kafka-manager and broker. So,How to fix this issue? Is there any parameter in kafka-manager to specify this? In UI, I gave the version similar to broker still I am getting this.