Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Wed, 22 Apr 2026 05:54:08 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #4036: Add DNS SRV discovery via jdbc:postgresql+srv:// URL scheme In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 4293889010 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 4036 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4036#issuecomment-4293889010 Content-Type: text/plain; charset=utf-8 Thanks for the suggestion. I am leaning towards a pluggable approach for the discovery: https://github.com/pgjdbc/pgjdbc/issues/3367 Have you explored the plugin approach so SRV becomes one of the possibilities?