kafka-python icon indicating copy to clipboard operation
kafka-python copied to clipboard

Add zstd support on legacy record and ensure no variable is referred before definition

Open ax-ale opened this issue 2 years ago • 0 comments

It solves situations where some protocol is not supported, and some variables would be referred before the assignment Also, it's possible to be necessary to use the zstandard with legacy records, so I copy the same lines.


This change is Reviewable

ax-ale avatar Aug 05 '22 20:08 ax-ale