Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

feat: Allow user-agents to be specified by both internal headers and user headers #1190

Merged
merged 2 commits into from Sep 24, 2020

Commits on Sep 23, 2020

  1. feat: Allow user-agents to be specified by both internal headers and …

    …user headers
    
    This is primarily meant to address the googleapis/java-bigtable#404 (review). Where both the hbase adapter and the core client needs to set the UserAgent. To reconcile the conflict this PR takes grpc's approach and concatenates the values. The reason this needs to happen now is that for DirectPath we need to ship clients that send a UserAgent, however Bigtable needs to keep stats to differentiate client usage.
    igorbernstein2 committed Sep 23, 2020
    Copy the full SHA
    7e49fc0 View commit details
    Browse the repository at this point in the history
  2. remove stale code

    igorbernstein2 committed Sep 23, 2020
    Copy the full SHA
    429a580 View commit details
    Browse the repository at this point in the history