79755703

Date: 2025-09-04 12:25:09
Score: 4.5
Natty:
Report link

If you see similar error when using async aiokafka:
RuntimeError: Compression library for lz4 not found

Install those two packages: pip install lz4 cramjam

For details see here:
https://github.com/aio-libs/aiokafka/blob/master/aiokafka/codec.py#L29

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): see similar error
  • Low reputation (0.5):
Posted by: Tomasz Hławiczka