A single change event exceeds Kafka's default 1 MB message size limit. Common with large TEXT/BLOB/JSONB columns, wide tables with many columns, or when using the JSON converter with schemas.enable=true (full schema embedded in every message, often 10–100× larger than data alone).
kafka-configs.sh --bootstrap-server <broker>:9092 --entity-type topics --entity-name <topic> --alter --add-config max.message.bytes=10485760