Hi Kyla,
What message format version are your producers and brokers using?
That exception looks very similar to:
https://stackoverflow.com/questions/39227213/why-kafka-0-10-console-producer-cannot-send-messages-to-kafka-0-9
On Mon, Jul 22, 2019 at 6:10 AM Kyla Palos <kyla.palos@gmail.com> wrote:
> 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!
>
What message format version are your producers and brokers using?
That exception looks very similar to:
https://stackoverflow.com/questions/39227213/why-kafka-0-10-console-producer-cannot-send-messages-to-kafka-0-9
On Mon, Jul 22, 2019 at 6:10 AM Kyla Palos <kyla.palos@gmail.com> wrote:
> 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!
>
Comments
Post a Comment