Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go protocol-buffersのバージョンをv2に変更する #21

Open
keitakn opened this issue Mar 5, 2020 · 4 comments
Open

Go protocol-buffersのバージョンをv2に変更する #21

keitakn opened this issue Mar 5, 2020 · 4 comments
Assignees

Comments

@keitakn
Copy link
Owner

keitakn commented Mar 5, 2020

Doneの定義

  • github.com/golang/protobufgoogle.golang.org/protobuf に変更されている事
  • 今まで通り .proto からGoのインターフェースが生成出来る事

参考情報

https://blog.golang.org/a-new-go-api-for-protocol-buffers

@keitakn keitakn self-assigned this Mar 5, 2020
@keitakn
Copy link
Owner Author

keitakn commented Mar 12, 2020

少し試してみたが、コマンドの実行方法は下記のドキュメントを参考にした。

https://developers.google.com/protocol-buffers/docs/reference/go-generated

生成されたコードから Register○○Server が消えている。

チュートリアルの例を見ながらもう一回試してみる。

https://grpc.io/docs/tutorials/basic/go/

@keitakn
Copy link
Owner Author

keitakn commented May 9, 2020

v2の情報がまとめてある記事を発見:eyes:

https://note.com/dd_techblog/n/n9d7f4f1df979

@keitakn
Copy link
Owner Author

keitakn commented Jul 30, 2020

以下の記事も良さそう。(有料だけど)

https://medium.com/@nate510/structuring-go-grpc-microservices-dd176fdf28d0

@keitakn
Copy link
Owner Author

keitakn commented Nov 30, 2021

参考になりそう。protoc-gen-goのv2を利用している。

https://dev.classmethod.jp/articles/golang-grpc-sample-project/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant