-
Notifications
You must be signed in to change notification settings - Fork 124
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
Support for sctp load-balancer end-point health-check #84
Comments
For tcp/udp, we do some trivial things here but need to cover this case. |
@TrekkieCoder @dj-nlx Happy to take this one. I have taken a look at whether we could use something along the lines of native (for UNIX) SCTP support here. Let me know if it would make sense to open a PR with these changes (after some cleaning and also adding some tests), or whether other approaches would be preferred. |
@ragoragino I think this approach is fine. Please go ahead !! |
With upcoming release, we will monitor sctp end-point with ping. Although will wait for @ragoragino 's final patch. |
PR: gh-84 sctp-connect probing method is integrated
(cherry picked from commit 903be3d)
We had gh-24 for load-balancer end-point health checks but sctp sessions require special handling as goLang's net package does not seem to support sctp yet.
The text was updated successfully, but these errors were encountered: