Closed wbarnha closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.08%. Comparing base (
2c4c8bb
) to head (b45964d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Note: Before submitting this pull request, please review our contributing guidelines.
Description
Made a mistake in https://github.com/faust-streaming/faust/pull/610 where the
poll_at
timestamp should have been checked since it's in milliseconds according to https://github.com/aure-olli/aiokafka/blob/master/aiokafka/consumer/fetcher.py#L677.