pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: x4m (@x4m) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] PR #4036: Add DNS SRV discovery via jdbc:postgresql+srv:// URL scheme
Date: Wed, 22 Apr 2026 06:26:13 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
The plugin API from #3367 doesn't exist yet, so adopting it would block this feature. More importantly, SRV is orthogonal to what #3367 is designed for: dynamic load balancing, connection draining, per-host timeouts, and lifecycle callbacks (registerSuccess, registerFailure, registerDisconnect). SRV needs none of that - it's a one-shot host expansion at connect time, backed by an IETF standard (RFC 2782). I'm proposing this across the PostgreSQL driver ecosystem (pgx, npgsql, libpq) for the same reason: it's a standard building block that belongs to a driver.
view thread (3+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] PR #4036: Add DNS SRV discovery via jdbc:postgresql+srv:// URL scheme
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox