Skip to content
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 dynamic RDS server side #6788

Closed
zasweq opened this issue Nov 13, 2023 · 0 comments · Fixed by #6915
Closed

Support dynamic RDS server side #6788

zasweq opened this issue Nov 13, 2023 · 0 comments · Fixed by #6915
Assignees

Comments

@zasweq
Copy link
Contributor

zasweq commented Nov 13, 2023

Brought up in #6683. The xDS Server's processing of dynamic RDS is incorrect, and leads to a panic on any connection accept after a successful dynamic RDS. Alongside this basic panic, the behavior with respect to dynamic RDS is riddled with flakes, correctness issues, etc. This needs a full rewrite of how dynamic RDS works server side bringing it to par with C and Java.

Since this feature was not really ever supported, we will consider dynamic RDS support server side as an entirely new Go feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment