You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
The gapic generator automatically attaches routing metadata based on the protos, by appending the x-goog-request-params to whatever metadata the user passes in. But sometimes users may want to customize the x-goog-request-params field itself. In bigtable, we need to customize the field based on some values set in the veneer layer
To solve this, I propose we add a check to ensure we are only setting x-goog-request-params when it doesn't exist in the passed in metadata, to avoid adding a duplicate field. But let me know if you have other thoughts