Skip to content

Allow to configure a separate connection pool for PG listen

Zehao Chen requested to merge zchen723/listen-conn into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

Description

Allow users to configure a separate connection pool for OperationNotifier which internally uses postgres LISTEN.

If not set, it will default to the main SQL connection pool.

Merge request reports