Open alm0ra opened 3 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 97.50000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 98.10%. Comparing base (
c0eb9fc
) to head (82f986d
). Report is 4 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
mockafka/aiokafka/aiokafka_consumer.py | 83.33% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.