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
We consume messages from a Kafka topic from RedPanda that are compressed with Snappy. Apparently, RedPanda is doing something not completely standard or with a newer format version, since kafka.codec._detect_xerial_stream fails to detect xerial, returns False, and the snappy_decode crashes with snappy.UncompressError: Error while decompressing: invalid input. Here are the first few bytes of a sample payload:
We consume messages from a Kafka topic from RedPanda that are compressed with Snappy. Apparently, RedPanda is doing something not completely standard or with a newer format version, since
kafka.codec._detect_xerial_stream
fails to detect xerial, returnsFalse
, and thesnappy_decode
crashes withsnappy.UncompressError: Error while decompressing: invalid input
. Here are the first few bytes of a samplepayload
:confluence-kafka works with RedPanda without a problem.
The text was updated successfully, but these errors were encountered: