dyingjiecai created KAFKA-19473: ----------------------------------- Summary: The client does not throw RecordTooLargeException when the Record size exceeds max.partition.fetch.bytes Key: KAFKA-19473 URL: https://issues.apache.org/jira/browse/KAFKA-19473 Project: Kafka Issue Type: Bug Components: core Environment: Broker Version 3.9.1 Client Version 0.10.0.0 when RecordSize is larger then max.partition.fetch.bytes Reporter: dyingjiecai
When the Record size is greater than max.partition.fetch.bytes, the client does not fail with RecordTooLargeException, and then gets stuck consuming this message indefinitely. -- This message was sent by Atlassian Jira (v8.20.10#820010)