You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems the bug occurs when the batch is compressed with snappy 'framing' turned on.
this is the code from kafka-go client.
when x.framed is set to true, it will cause the decoder in kafka-protocol-rs to crash.
seems its set to true by default for all popular kafka clients including the cannonical java client.
getting error:
changing to another compression like lz4 works fine.
The text was updated successfully, but these errors were encountered: