Skip to content

[EPIC] Fix database connection leak #10386

Closed
@tuliren

Description

@tuliren

Summary

Some of the JdbcDatabase methods return a stream embedded with a database connection. The connection can only be closed when the consumption of the stream is done (in an onClose callback), and the closure is not automatic. There are use cases that do not manually close those streams. This is not an intuitive operation because most Java streams do not require closure, as they are not involved with resources.

Tasks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions