-
Notifications
You must be signed in to change notification settings - Fork 640
Support for Multiple Endpoints #1083
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6be5555
expose command line parameter for endpoints
vazois a4d9738
return list of endpoints from hostname value
vazois 8b10e61
change endpoint to endpoints in Options.cs
vazois a918210
switch back to string and do explicit split during address validation
vazois 8253767
create multiple server tcp instances to support multiple endpoints
vazois 28190dc
add test for multi endpoints
vazois 07a7f2b
fix testUtils regression
vazois ace8cbe
addloopback test
vazois e0517a9
fix typo
vazois 19bfb16
logger exception message instead of stack trace
vazois 9f07183
allow unix and tcp socket use
vazois c61ef2f
calculate ip to advertise from endpoint list
vazois 85cd375
remove ip address logging
vazois 58da5e4
check that at least one endpoint is TCP for cluster
vazois a03386b
first round of comments
vazois 87a5481
remove empty entries
vazois 94902ff
add multiple socket test
vazois cdc5ecb
nit: rename
vazois f86f10b
add better comments
vazois 92c559e
handle dash in addresses from bind optio
vazois e0b570c
add test for checking parsing of multiple addresses
vazois 5f488f4
remove unused code
vazois 073cebf
Fix cluster BDN and add ClusterAnnounce options
vazois ae608cd
sigh! add comma separator
vazois 97e7726
remove trim
vazois 7c0f47d
log config ip
vazois 27554f8
Merge branch 'main' into vazois/multi-endpoints
TalZaccai 05cfc97
Merge branch 'main' into vazois/multi-endpoints
vazois d6c5fde
Merge branch 'main' into vazois/multi-endpoints
vazois 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 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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.