Need disabled KafkaManagedOffsetCache on CMAK
See original GitHub issueHi, I need disabled KafkaManagedOffsetCache, from doc:
Kafka managed consumer offset is now consumed by KafkaManagedOffsetCache from the “__consumer_offsets” topic. Note, this has not been tested with large number of offsets being tracked. There is a single thread per cluster consuming this topic so it may not be able to keep up on large # of offsets being pushed to the topic.
i have a lots of timeouts becouse this:
2020-04-02 15:55:10,608 - [ERROR] k.m.a.c.KafkaStateActor - consumerProperties:{key.deserializer=org.apache.kafka.common.serialization.ByteArrayDeserializer, security.protocol=PLAINTEXT, metric.reporters=kafka.manager.actor.cluster.NoopJMXReporter, value.deserializer=org.apache.kafka.common.serialization.ByteArrayDeserializer, group.id=kafka.manager.actor.cluster.KafkaStateActor.KafkaTopicOffsetGetter, bootstrap.servers=kafka-broker-01:9092}
org.apache.kafka.common.errors.TimeoutException: Failed to get offsets by times in 30003ms
2020-04-02 15:55:10,608 - [ERROR] k.m.a.c.KafkaStateActor - KafkaTopicOffsetGetter exception
later i have issues on kafka brokers and correlations id:
java.lang.IllegalStateException: Correlation id for response (1871115) does not match request (1871104)
Sample stack trace
org.apache.kafka.clients.NetworkClient.correlate (NetworkClient.java:477)
…he.kafka.clients.NetworkClient.handleCompletedReceives (NetworkClient.java:440)
org.apache.kafka.clients.NetworkClient.poll (NetworkClient.java:265)
org.apache.kafka.clients.producer.internals.Sender.run (Sender.java:216)
org.apache.kafka.clients.producer.internals.Sender.run (Sender.java:128)
java.lang.Thread.run (Thread.java:748)
My analisis and i see to many onfly messages, that is for the stress of this actor: KafkaTopicOffsetGetter trying get the metadata and offsets.
Thx a lot, sry for my bad english 😃
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
apache kafka - Failed to process a message from offset topic
Unknown offset schema version 1. It's very possible that the Kafka libraries that CMAK are using are not compatible with the Kafka server ......
Read more >warning! the 'flutter' tool you are currently running ... - OSCHINA
CMAK -CMAK is a tool for managing Apache Kafka clusters. https://www.oschina.net/pid/60896. CMAK (Cluster Manager for Apache Kafka, previously known as Kafka ...
Read more >CMAK | CMAK is a tool for managing Apache Kafka clusters
CMAK has no vulnerabilities reported, and its dependent libraries have no ... Kafka managed consumer offset is now consumed by KafkaManagedOffsetCache from ...
Read more >Support OAUTHBEARER SASL mechanism - CMAK
I have created new docker from hlebalbau/kafka-manager:stable (CMAK 3.0.0.5) ... in topic view means? Need disabled KafkaManagedOffsetCache on CMAK ...
Read more >big data:Installation and use of kafka-manager (cmak)
here cmak only needs to use the java_home this environment variable, ... rejectClientInitiatedRenegotiation=true to disable client-initiated TLS ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i’m running to same problem with cmak=3.0.0.4; kafka version=2.3.1 in the cmak dropdown for kafka version support there is no 2.3.0 series will this not support 2.3.1 ? Is there any resolution without upgrading to 2.4.1 coz of it is not showing any Lags on consumers “Lag unavailable lag” Thanks
i’m running to same problem with cmak=3.0.0.4; kafka version=2.3.1 in the cmak dropdown for kafka version support there is no 2.3.0 series will this not support 2.3.1 ? Is there any resolution without upgrading to 2.4.1 coz of it is not showing any Lags on consumers “Lag unavailable lag” Thanks