-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Limit ring hash max size to 4K #9709
Conversation
There's quite a few parts from grpc/proposal#338 missing, as the xds resource processing also has to be adjusted to pass down 8 MB when unset. That's mostly internal, so I think the biggest thing that is needed before merging is some sort of option to change the limit. That was the biggest concern with this change. |
Sure we can add the option to this PR, but @ejona86 can you propose an API? |
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.
Some editorial stuff and nits, but otherwise LGTM
Implements grpc/proposal#338 for Java.
Note: a configuration option (preferable taking the form of a dial option, but possibly using a global) is left as a TODO.
cc @ejona86