- Notifications
You must be signed in to change notification settings - Fork 179
deps: update google-cloud-bigtable dependencies #3934
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
Conversation
| Builder builder = settings.getDataSettings().toBuilder(); | ||
| builder | ||
| .stubSettings() | ||
| .setRefreshingChannel(false) |
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.
TODO
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.
WE shouldn't need to enable it here, this is the shared client, at this point we already created the FixedChannelProvider which won't work with refreshing channel :)
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.
lgtm, but please add a todo to re-enable the priming
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.
lgtm after last comment
Bridge #3912 and disabling channel priming by default.