Warning in Kafka logs Invalid receive (size 369295618 larger than 104857600) #8956
Unanswered
bharat15-ml
asked this question in
Q&A
Replies: 1 comment 5 replies
-
It is a bit hard to comment on it based on a single log line. One thing which can cause this is when a client without TLS connects to TLS based listener or the other way around. It could be a message size as well -> Kafka is designed for small messages. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
Need Expedite help on identifying the possible cause for warning in Kafka logs.
Setup - Kafka operator 0.28.0 and deployed three Kafka pods with version 3.1.0 enabled only plaintext communication for Kafka listeners on port 9092 also having JMX Prometheus Exporter enabled to expose metrics.
All went well but now I continuously see the below warnings in Kafka logs -
For possible reasons have checked below threads -
I do understand there are multiple clients connecting to the Kafka cluster, but unable to identify source Ip 100.98.238.7 in our k8s cluster from where this request is coming. Pls, provide insight/clues on this issue to get rid of this warning.
Beta Was this translation helpful? Give feedback.
All reactions