Skip to content

grpc-js: Pass channel args to LB policies with updates#2854

Merged
murgatroid99 merged 1 commit intogrpc:masterfrom
murgatroid99:grpc-js_lb_child_helper_channel_args
Nov 20, 2024
Merged

grpc-js: Pass channel args to LB policies with updates#2854
murgatroid99 merged 1 commit intogrpc:masterfrom
murgatroid99:grpc-js_lb_child_helper_channel_args

Conversation

@murgatroid99
Copy link
Copy Markdown
Member

This removes the channel options argument from the LoadBalancer constructor and adds it to the updateAddressList method, replacing the attributes argument. Resolver attributes are now added to channel options, as are any other values that need to be passed between LB policies but don't go in the LB policy config. Channel options that start with the string defined in SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX will not be passed to subchannel constructors or used to determine subchannel uniqueness.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant