grpc-ecosystem/grpc-gateway

Suggestion to document gateway transcoding support for other languages.

オープン

#834 opened on 2018/12/20

 (12 件のコメント) (0 件のリアクション) (1 人の担当者)Go (2,250 件のフォーク)batch import
documentationhelp wanted

Repository metrics

Stars
 (16,971 個のスター)
PR merge metrics
 (平均マージ 8d 23h) (30d で 147 merged PRs)

説明

If using the http annotations it's rather complicated to get code to compile across languages. Many resort to copying the common annotations in the project in order for protoc to generate the compile time dependencies (e.g. https://github.com/xolstice/protobuf-maven-plugin/issues/14) Instead you need https://github.com/googleapis/api-common-protos dependencies in each language to have them at compile time.

Also the protos need to be available to protoc when resolving the includes.

コントリビューターガイド