-
Notifications
You must be signed in to change notification settings - Fork 11
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
Investigate metrics warning during testing #299
Comments
marcosschroh
added a commit
that referenced
this issue
Mar 13, 2025
marcosschroh
added a commit
that referenced
this issue
Mar 18, 2025
marcosschroh
added a commit
that referenced
this issue
Mar 18, 2025
marcosschroh
added a commit
to marcosschroh/kstreams
that referenced
this issue
Mar 18, 2025
marcosschroh
added a commit
that referenced
this issue
Mar 18, 2025
marcosschroh
added a commit
that referenced
this issue
Mar 18, 2025
… and monitoring). Related to #299
marcosschroh
added a commit
that referenced
this issue
Mar 18, 2025
… and monitoring). Related to #299
marcosschroh
added a commit
that referenced
this issue
Mar 19, 2025
… and monitoring). Related to #299
closed by #300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a warning when the end users is performing tests using
kstreams
The warning happens because there are not references to background
asyncio tasks
like the monitoring one. It is likely that for theStreams
happens the same thing.Expected behavior:
Ideally when the
StreamEngine
is stopped themonitoring
task should be awaited until complete to avoid the warning.The text was updated successfully, but these errors were encountered: