zeebe-simple-monitor icon indicating copy to clipboard operation
zeebe-simple-monitor copied to clipboard

Zeebe simple monitor is making new connections but not releasing idle one with postgres connector

Open ihiteshgupta opened this issue 4 years ago • 3 comments

Any solution for this?

ihiteshgupta avatar Dec 23 '20 12:12 ihiteshgupta

We are happy to take PR's if you want to provide a bug fix, but I'm not 100 sure whether this is scope of this project or just your configuration. Maybe you can help me to understand this issue better or reproduce your issue otherwise we can't do much here.

Zelldon avatar Jan 04 '21 05:01 Zelldon

Screenshot from 2021-01-04 17-59-18 This connection is only made by Postgres connector. I looked on https://docs.spring.io/spring-boot/docs/1.1.6.RELEASE/reference/html/common-application-properties.html for max-idle and active but it didn't work so I need help to reduce these idle connections.

ihiteshgupta avatar Jan 04 '21 12:01 ihiteshgupta

Please note that the simple monitor uses Spring Boot version 2.4.1. Check the Spring docs for the correct property: https://docs.spring.io/spring-boot/docs/2.4.1/reference/htmlsingle/#common-application-properties-data

saig0 avatar Jan 05 '21 04:01 saig0