Open johansja opened 7 months ago
Currently using ConnectRPC over gRPC for our RPC communication. It would be better if
protobuf_source(s)
target also supportconnect
as an option in addition togrpc
currently.We are now using
buf
tool to generate and perform various checking.buf lint
andbuf fmt
are already integrated withpants
. We are also usingbuf generate
today to generate these ConnectRPC related Go code.
Hey @johansja, I think I need this as well and was about to pick this up, but do you have any more details about what you're looking for on your end?
Hi @ndellosa95 , currently I have moved on from Pants to Bazel due to some Go issues. But generally I still think Pants is better in term of developer experience. I was hoping for Pants to be able to just generate ConnectRPC related codes for both Go and Python to replace but generate
Hi @ndellosa95 , currently I have moved on from Pants to Bazel due to some Go issues. But generally I still think Pants is better in term of developer experience. I was hoping for Pants to be able to just generate ConnectRPC related codes for both Go and Python to replace
but generate
Cool so basically you just wanted to use buf generate
as a code generator?
Currently using ConnectRPC over gRPC for our RPC communication. It would be better if
protobuf_source(s)
target also supportconnect
as an option in addition togrpc
currently.We are now using
buf
tool to generate and perform various checking.buf lint
andbuf fmt
are already integrated withpants
. We are also usingbuf generate
today to generate these ConnectRPC related Go code.