You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a deployment on kubernetes that uses the apicurio registry sql image to create the registry. It uses an underlying postgre db and i noticed that it opens around 22 connections towards the DB. I was wondering why is that and if it's possible to limit the number of these connections. Thank you.
The text was updated successfully, but these errors were encountered:
Sorry, I'm way behind on my GH email. Yes, it can be configured. It's set to 20 as the initial size, and by default it has a maximum of 100. You can configure it using the property apicurio.datasource.jdbc.initial-size or it's env var equivalent, APICRUI_DATASOURCE_JDBC_INITIAL_SIZE.
I created a deployment on kubernetes that uses the apicurio registry sql image to create the registry. It uses an underlying postgre db and i noticed that it opens around 22 connections towards the DB. I was wondering why is that and if it's possible to limit the number of these connections. Thank you.
The text was updated successfully, but these errors were encountered: