quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support [GZIP] Prefix in codec id for legacy quix packages

peter-quix opened this issue · comments

I'd like to extend support for GZIP compressed individual messages in QuixDeserializer. This feature quixio/quix-streams-dotnet#30 was introduced not long ago to avoid message splitting. Overall topic bandwidth is not expected to be less, but message splitting should be drastically reduced, allowing QuisStreams 2.x to also read these messages easily.

Describe the solution you'd like
Add Gzip decompression for incoming legacy Quix messages