pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgresql notify listener must use separate connection

pietermartin opened this issue · comments

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.