mockafka-py icon indicating copy to clipboard operation
mockafka-py copied to clipboard

:bug: Fix #149 - Ensure Compatibility with aiokafka ConsumerRecord Headers

Open alm0ra opened this issue 1 year ago • 1 comments

This PR addresses issue #149 by enhancing the header handling logic to ensure compatibility with aiokafka's ConsumerRecord. Specifically, the headers are now processed as a 'Sequence[Tuple[str, bytes]]', which aligns with aiokafka's expected format. This change prevents potential errors when dealing with Kafka message headers in the application.

alm0ra avatar Aug 22 '24 11:08 alm0ra