-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add configuration parameters for JDBC connection pool #3542
Labels
Feature Request
A request for adding new functionality to Hono
JDBC Device Registry
The JDBC based Device Registry implementation
Milestone
Comments
mattkaem
added
the
JDBC Device Registry
The JDBC based Device Registry implementation
label
Sep 20, 2023
is this related to #3539 ? |
I would say so, yes. It is the same connections pool that has to be altered. |
Well, that I understood. The question is more: will your activities also address the issue raised in #3539? |
No this will not address #3539 |
Looking forward to the PR :-) |
mattkaem
added a commit
to sotec-iot/hono
that referenced
this issue
Sep 25, 2023
…mIdleTime as parameters to the JDBC configuration Signed-off-by: Matthias Kaemmer <[email protected]>
sophokles73
added
the
Feature Request
A request for adding new functionality to Hono
label
Oct 4, 2023
mattkaem
added a commit
to sotec-iot/hono
that referenced
this issue
Nov 2, 2023
…mIdleTime as parameters to the JDBC configuration Signed-off-by: Matthias Kaemmer <[email protected]>
sophokles73
pushed a commit
that referenced
this issue
Nov 4, 2023
Added minimumPoolSize, initialPoolSize and maximumIdleTime as parameters to the JDBC configuration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
A request for adding new functionality to Hono
JDBC Device Registry
The JDBC based Device Registry implementation
Currently, the only configuration that can be done for the JDBC connection pool, besides the connection to the database of course, is the maximum number of connections. I would like to enhance this with configuration parameters for the minimum number of connections, the initial number of connections and the maximum idle timeout.
The text was updated successfully, but these errors were encountered: