Closed pietermartin closed 1 year ago
Currently the topology change listener uses a jdbc connection from the pool. However the pool might be configured to evict long running connections which then kills the change listener. Need to use a regular connection not coming from the pool.
Currently the topology change listener uses a jdbc connection from the pool. However the pool might be configured to evict long running connections which then kills the change listener. Need to use a regular connection not coming from the pool.