Refactor: make AdminClient auto-closeable AbstractContextManager
Opened this issue · 0 comments
678098 commented
Is there an existing proposal for this?
- I have searched the existing proposals
Is your feature request related to a problem?
Currently, AdminClient is not suitable to use in with statements ensuring auto freeing of resources.
Describe the solution you'd like
Implement AbstractContextManager interfaces in AdminClient
Alternatives you considered
No response