We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, AdminClient is not suitable to use in with statements ensuring auto freeing of resources.
AdminClient
with
blazingmq/src/python/blazingmq/dev/it/process/admin.py
Line 16 in 6f1321d
Implement AbstractContextManager interfaces in AdminClient
AbstractContextManager
No response
The text was updated successfully, but these errors were encountered:
678098
No branches or pull requests
Is there an existing proposal for this?
Is your feature request related to a problem?
Currently,
AdminClient
is not suitable to use inwith
statements ensuring auto freeing of resources.blazingmq/src/python/blazingmq/dev/it/process/admin.py
Line 16 in 6f1321d
Describe the solution you'd like
Implement
AbstractContextManager
interfaces inAdminClient
Alternatives you considered
No response
The text was updated successfully, but these errors were encountered: