Jason Gustafson created KAFKA-13099: ---------------------------------------
Summary: Message too large error when expiring transactionalIds Key: KAFKA-13099 URL: https://issues.apache.org/jira/browse/KAFKA-13099 Project: Kafka Issue Type: Bug Reporter: Jason Gustafson Assignee: Jason Gustafson We have seen a couple reports of MESSAGE_TOO_LARGE errors when writing tombstones for expired transactionalIds. This is possible because we collect all expired IDs into a single batch. We should ensure that the created batches are smaller than the max message size. Any expired IDs that cannot fit can be expired later. -- This message was sent by Atlassian Jira (v8.3.4#803005)