question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kafkamanager support for kafka 2.3.1 version

See original GitHub issue

We just deployed a new kafkacluster with 2.3.1 version. Trying to add the cluster in kafkamamager ,versions are till only 2.2.0. Tried configuring it with 2.2.0. Comes back with

“Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager/kafka53/kafka-state)]] after [2000 ms]. Message of type [kafka.manager.model.ActorModel$KSGetBrokers$] was sent by [Actor[akka://kafka-manager-system/user/kafka-manager/kafka53#-1669570313]]. A typical reason for AskTimeoutException is that the recipient actor didn’t send a reply.”

Is kafkamanager currently supporting this version? Any update would be helpful. Thanks

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

1reaction
hcbrauncommented, Jan 9, 2020

Getting the same with Kafka 2.4.0 and manager 2.0.0.2. I think it is caused by change in “Consumer Instance Owner” on the brokers.

2020-01-09 06:20:04,036 - [WARN] k.m.a.c.KafkaManagedOffsetCache - Failed to process a message from offset topic on cluster kafka!
org.apache.kafka.common.KafkaException: Unknown group metadata version 3
	at kafka.manager.utils.one10.GroupMetadataManager$.schemaForGroupValue(GroupMetadataManager.scala:554)
	at kafka.manager.utils.one10.GroupMetadataManager$.readGroupMessageValue(GroupMetadataManager.scala:726)
	at kafka.manager.actor.cluster.KafkaManagedOffsetCache.$anonfun$run$3(KafkaStateActor.scala:377)
	at kafka.manager.actor.cluster.KafkaManagedOffsetCache.$anonfun$run$3$adapted(KafkaStateActor.scala:325)
	at scala.util.Success.foreach(Try.scala:253)
	at kafka.manager.actor.cluster.KafkaManagedOffsetCache.run(KafkaStateActor.scala:325)
	at java.lang.Thread.run(Thread.java:748)
1reaction
henhiskancommented, Nov 11, 2019

Got same error, but I think my problem is related to the API version 3 not being supported. From logs:

2019-11-11 21:33:09,135 - [WARN] k.m.a.c.KafkaManagedOffsetCache - Failed to process a message from offset topic on cluster kafka-kafka.data!
org.apache.kafka.common.KafkaException: Unknown group metadata version 3
	at kafka.manager.utils.one10.GroupMetadataManager$.schemaForGroupValue(GroupMetadataManager.scala:554)
	at kafka.manager.utils.one10.GroupMetadataManager$.readGroupMessageValue(GroupMetadataManager.scala:726)
	at kafka.manager.actor.cluster.KafkaManagedOffsetCache.$anonfun$run$3(KafkaStateActor.scala:377)
	at kafka.manager.actor.cluster.KafkaManagedOffsetCache.$anonfun$run$3$adapted(KafkaStateActor.scala:325)
	at scala.util.Success.foreach(Try.scala:253)
	at kafka.manager.actor.cluster.KafkaManagedOffsetCache.run(KafkaStateActor.scala:325)
	at java.lang.Thread.run(Thread.java:748)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Release Notes - Kafka - Version 2.3.1
Release Notes - Kafka - Version 2.3.1. Below is a summary of the JIRA issues addressed in the 2.3.1 release of Kafka. For...
Read more >
The Ultimate UI Tool for Kafka - Offset Explorer
To download the Offset Explorer (formerly Kafka Tool) for your operating system, ... Offset Explorer supports Apache Kafka ® version 0.8.1 and above....
Read more >
Amazon MSK adds support for Apache Kafka version 2.3.1
Amazon MSK adds support for Apache Kafka version 2.3.1 ... Amazon MSK is a fully managed service for Apache Kafka that makes it...
Read more >
Eco Kafka Manager - EPAM SolutionsHub
Eco Kafka Manager is a tool for monitoring and managing Apache Kafka. While an existing Kafka cluster toolkit lacks an accelerator allowing administrators ......
Read more >
node-red-contrib-kafka-manager 0.5.1
Version. 0.5.0 add consumer wildcard topics + topics / to . along with fix on to/from/json. 0.4.3 add convert message ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found