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
--grpc-gateway_out: HTTP rules without a matching selector: AggregateService .InternalFunc
The text was updated successfully, but these errors were encountered:
xuchunhua-com
changed the title
proto function not defin in yaml then grpc-gateway_out err
proto function not define in yaml then grpc-gateway_out err
Apr 22, 2020
aggregate.proto
service AggregateService {
rpc InternalFunc (base.Empty) returns (HomeResp);
rpc GetHotKeyword (base.Empty) returns (GetHotKeywordResp);
}
app.yaml
type: google.api.Service
config_version: 3
http:
rules:
- selector: aggregate.AggregateService.GetHotKeyword
post: /goAppApi/aggregate/getHotKeyword
body: "*"
protoc -I/usr/local/include -Iproto --grpc-gateway_out=logtostderr=true,paths=source_relative,grpc_api_configuration=./proto/app.yaml:gen/gw/app/ ./proto/aggregate/aggregate.proto
--grpc-gateway_out: HTTP rules without a matching selector: AggregateService .InternalFunc
The text was updated successfully, but these errors were encountered: