I have a producer that would send messages to a topic with 4 partitions. Then, 4 consumers would consume from that topic. Most of the time, it works properly. But then, I would sometimes experience this error: org.apache.kafka.common.protocol.types.SchemaException: Error reading field 'topics': Error reading array of size 825844834, only 33 bytes available
Can anyone give me a background on why this is happening and how to fix this? Thanks!