protoc-gen-cobra icon indicating copy to clipboard operation
protoc-gen-cobra copied to clipboard

Integrate with Buf

Open roylee17 opened this issue 2 years ago • 3 comments

I wasn't aware of protoc-gen-cobra and had been mechanically creating the client commands. Glad the project is still alive, and thanks for the effort in continuing this project.

However, we're reworking existing protobuf toolings to use Buf. Are you aware of / planning to integrate with Buf?

roylee17 avatar Mar 13 '23 06:03 roylee17

your server can also support grpc with buf.

nicolasgere avatar Mar 18 '23 22:03 nicolasgere

That's what we're doing. gRPC is officially supported by Buf with a remote plugin. protoc-gen-cobra works with Buf but requires users set up locally.

roylee17 avatar Mar 20 '23 22:03 roylee17

yes, we also use it with buf as a local-plugin probably a good idea to add it as a remote-plugin

123BLiN avatar Jun 30 '23 17:06 123BLiN