Add SRV DNS record support to HTTP Operator - #70960
Open
gtxu wants to merge 1 commit into
Open
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
|
gtxu
force-pushed
the
http-srv-dns-support
branch
2 times, most recently
from
August 3, 2026 20:47
fa9502b to
ff4e96a
Compare
gtxu
marked this pull request as ready for review
August 3, 2026 20:47
gtxu
force-pushed
the
http-srv-dns-support
branch
from
August 4, 2026 02:59
ff4e96a to
0a99776
Compare
gtxu
force-pushed
the
http-srv-dns-support
branch
from
August 4, 2026 03:23
0a99776 to
07f26a6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request allows an HTTP connection resolve its target host and port from a DNS SRV record instead of a fixed host/port, so it can talk to services published via SRV-based service discovery(ie. AWS Service Discovery for ECS).
This changes introduces
dnspythonas an optional dependency to keep the core HTTP provider lightweight. To prevent DNS query flooding, a TTL cache mechanism is implemented.Implemented soft dependency via the
srvextra.Built RFC 2782 compliant failover (lowest priority tier filtering and random target selection).
Added concurrency-safe TTL caching (
srv_cache_ttl) usingasyncio.Lockto prevent cache stampedes in asynchronous contexts.Exposed
srv_lookupandsrv_cache_ttlconfiguration directly in the Airflow Connection UI via custom form widgets.closes: #9186
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Sonnet 5 following the guidelines
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.