googleapis / googleapis/google-cloud-cpp
Change gRPC channel configuration to include `DEFAULT_AUTHORITY`
Đang mở
type: feature request
- Ngôn ngữ chính
- C++
- Star
- 659
- Fork
- 463
- Merge trung bình
- 1 ngày 2 giờ
- Pull request đã merge (30 ngày)
- 89
Mô tả
Channels intended for `storage.googleapis.com` should set:
```cc
args.SetString(GRPC_ARG_DEFAULT_AUTHORITY, "storage.googleapis.com");
```
I am not sure if this is only needed when using Google Direct Access (i.e. `google-c2:///*` endpoints), or a general thing.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.