grpc-ecosystem/grpc-gateway
Response forwarder replace docs are unclear
オープン
#1,087 opened on 2019/11/25
documentationgood first issuehelp wanted
Repository metrics
- Stars
- (16,971 個のスター)
- PR merge metrics
- (平均マージ 8d 23h) (30d で 147 merged PRs)
説明
The doc of replace-a-response-forwarder-per-method is not very clear.
We cannot directly access the forward_MyService_Checkout_0 variable outside the generated gw file. If we modify the gw file directly, it will break the automatic generation mechanism.
So what's the recommended way to overwrite the default forwarder?