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

Define an approach for closeable ConnectionFactories #57

Closed
mp911de opened this issue Mar 12, 2019 · 0 comments
Closed

Define an approach for closeable ConnectionFactories #57

mp911de opened this issue Mar 12, 2019 · 0 comments
Assignees
Labels
for: team-attention An issue we need to discuss as a team to make progress type: enhancement A general enhancement
Milestone

Comments

@mp911de
Copy link
Member

mp911de commented Mar 12, 2019

Some ConnectionFactory implementations (such as a pool or a factory that requires shared resources outside of the Connection scope) might have a need to be cleaned up if the factory is no longer in use. We should define how these ConnectionFactory should approach cleanup.

One idea would be implementing Closeable or AutoCloseable.

@nebhale nebhale added for: team-attention An issue we need to discuss as a team to make progress type: enhancement A general enhancement labels Apr 12, 2019
@mp911de mp911de self-assigned this May 23, 2019
@mp911de mp911de added this to the 0.8.0.RC1 milestone Sep 4, 2019
@mp911de mp911de closed this as completed Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: team-attention An issue we need to discuss as a team to make progress type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants