alm0ra / mockafka-py

Mockafka-py is a Python library designed for in-memory mocking of Kafka.[aiokafka - confluence-kafka-python]
https://mockafka-py.readthedocs.io
MIT License
44 stars 11 forks source link

shuffle consuming from topic and partition #67

Closed alm0ra closed 5 months ago

alm0ra commented 5 months ago

Fix

fix #65 #63 consume method returns a list of message ability to commit a single message

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 96.42857% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 98.22%. Comparing base (cd073a9) to head (5221164).

Files Patch % Lines
mockafka/conumser.py 96.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== - Coverage 98.28% 98.22% -0.06% ========================================== Files 34 34 Lines 1280 1297 +17 ========================================== + Hits 1258 1274 +16 - Misses 22 23 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.