Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added metadata_max_age_ms option for both Consumer and Producer #279

Merged
merged 2 commits into from
Mar 7, 2022

Conversation

Roman1us
Copy link
Contributor

@Roman1us Roman1us commented Mar 4, 2022

Description

Added metadata_max_age_ms for aiokafka Consumer/Producer. This needed for integration test, then fresh kafka instance is up, Faust app is waiting 5 minutes to update topic metadata (if we use it with schema-registry/avro) for topics. This options can configure consumer for different metadata update interval

@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2022

Codecov Report

Merging #279 (4234506) into master (f1df56b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #279   +/-   ##
=======================================
  Coverage   94.71%   94.71%           
=======================================
  Files         100      100           
  Lines       10842    10842           
  Branches     1481     1481           
=======================================
  Hits        10269    10269           
  Misses        500      500           
  Partials       73       73           
Impacted Files Coverage Δ
faust/transport/drivers/aiokafka.py 58.48% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1df56b...4234506. Read the comment docs.

@patkivikram patkivikram merged commit 3b7f079 into faust-streaming:master Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants