Apicurio / apicurio-registry

An API/Schema registry - stores APIs and Schemas.
https://www.apicur.io/registry/
Apache License 2.0
558 stars 250 forks source link

Apicurio registry sql connections number #4757

Open Prop4et opened 3 weeks ago

Prop4et commented 3 weeks ago

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.