-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core) implement internal dns with loadbalancing, replace dnsmasq #1587
Merged
Merged
Changes from 20 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
2b9486d
initial dns commit
Tieske 42c73b0
fixed unit tests after extracting feature/dns2 branch
Tieske 6c3ab98
updated all connections to use local Kong dns resolver, except cli + db
Tieske 67431fd
patch the global tcp.connect function to use the internal dns resolver
Tieske 03693df
Merge pull request #1598 from Mashape/fix/dns2-globalpatch
Tieske 5f60bf0
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske 2927eda
implements the api property `retries`
Tieske 9916ef4
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske 1a4d03b
fix double drop-column statement and added commenst regarding 2 step …
Tieske ee654dd
fix a remnant from merging `next`. The config file parsing now delive…
Tieske 42277d1
fix linter errors
Tieske cc1c446
added some debug stuff, failing all over...
Tieske 3fc057f
wtf
Tieske 19ba990
added patches to make the cli work with co-sockets instead of luasocket
Tieske ddc7230
Merge branch 'next' of https://github.com/Mashape/kong into fix/dns2-…
Tieske e089725
fix Kong starting errors, due to yield across c-boundary error
Tieske 04d1489
fixes the cassandra tests
Tieske 4771514
Merge pull request #1647 from Mashape/fix/dns2-cli-tcp-override
Tieske 3c59cb7
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske 5d38d4c
fix linter error
Tieske f06576b
make keepalive setting configurable
Tieske 6e3e3d7
removed connections setting from shebang
Tieske 85c0c43
replaced `ngx.exit` calls with the proper `kong.tools.responses` equi…
Tieske f2469c7
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske 4d93ede
updated comments
Tieske 6565d3f
updated dns.lua dependency to release 0.2.0
Tieske b138dc2
update dns.lua dependency to 0.2.1
Tieske c085643
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske ece41c7
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske 773afac
fix merge issues
Tieske 6d9194f
multiple small updates after reviewing and a bug fix
Tieske e6ebd98
fix typo
Tieske fa11a9c
fix cassandra-abstraction failing to parse version string correctly
Tieske 4d9921e
fix tests, implemented pure lua semaphore only to be used for testing…
Tieske d876c50
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske b3d8eef
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske 74e4c13
Merge branch 'next' of https://github.com/Mashape/kong into feature/dns2
Tieske 3aa85a7
remove `pgmoon-mashape` reference accidentally reintroduced while mer…
Tieske File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would override whatever
ulimit
I have already set - do we really need it?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed it, latest
dns.lua
master doesn't use it anymore