Interface DataSourceReactivePostgreSQLConfig


  • public interface DataSourceReactivePostgreSQLConfig
    • Method Detail

      • pipeliningLimit

        OptionalInt pipeliningLimit()
        The maximum number of inflight database commands that can be pipelined.
      • useLayer7Proxy

        @WithDefault("false")
        boolean useLayer7Proxy()
        Level 7 proxies can load balance queries on several connections to the actual database. When it happens, the client can be confused by the lack of session affinity and unwanted errors can happen like ERROR: unnamed prepared statement does not exist (26000). See Using a level 7 proxy