ShiZhen AI
Oct 25, 2022 · Operations
How to Diagnose Unexpected Errors When Adding a New Kafka Consumer Group
When starting a new Kafka consumer group, an unexpected SyncGroup error occurs due to a RecordTooLargeException, and the article walks through log inspection, identifies the oversized __consumer_offsets record, and resolves the issue by increasing the message.max.bytes configuration.
KafkaRecordTooLargeExceptionSyncGroup
0 likes · 5 min read
