Using bazel7/bzlmod to build a connectrpc, go app does not generate the connect code, only protobuf code is created. #742
Replies: 2 comments 3 replies
-
Thanks for the report; that link isn't working...can you double-check it? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @abitofhelp, we currently don't have a predefined bazel rules for invoking |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a simple application based on the ubiquitous Greeter example at grpc's website. It uses go, connectrpc-go, and bazel7/bzlmod. I can generate the connect and protobuf files using 'buf generate proto', build, and run the server and client.
Now, I need to configure it to build using bazel7/bzlmod. I can successfully generate protobuf but not connect proto libs. I have scoured the Internet but have not found anyone trying to use the latest features in Bazel to build a connectrpc app, so I am hoping that we can sort out the issue so others can find it. The repository where I am working is read-only, public, so you can see what I have created.
https://github.com/abitofhelp/bzlmod
I appreciate your time and interest!
Mike
Beta Was this translation helpful? Give feedback.
All reactions