Skip to content

feat: support SRV record#3686

Merged
spacewander merged 4 commits into
apache:masterfrom
spacewander:srv
Feb 27, 2021
Merged

feat: support SRV record#3686
spacewander merged 4 commits into
apache:masterfrom
spacewander:srv

Conversation

@spacewander

Copy link
Copy Markdown
Member

Signed-off-by: spacewander [email protected]

What this PR does / why we need it:

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

Signed-off-by: spacewander <[email protected]>
@spacewander
spacewander marked this pull request as ready for review February 26, 2021 09:32
log.info("dns resolve SRV ", answer.target, ", result: ",
json.delay_encode(resolved))

local weight = answer.weight

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread apisix/core/dns/client.lua Outdated

-- find the least common multiple of the counts
local lcm = answer_to_count[answers[1]]
for i = 1, #answers do

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can iterate from i = 2.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solved

Signed-off-by: spacewander <[email protected]>
Comment thread docs/en/latest/dns.md Outdated
{
"id": 1,
"type": "roundrobin",
"nodes": {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should use [ here, it an array object here.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@membphis
Solved.

Signed-off-by: spacewander <[email protected]>
@spacewander
spacewander merged commit 6731ca1 into apache:master Feb 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants