Provide a java_grpc_library() Skylark extension
See original GitHub issueBazel users can now build protos using the built-in proto_library
and {cc,java,javalite}_proto_library
rules.
These rules do not include gRPC support intentionally; this FR is about providing a Skylark extension to allow users to build gRPC bindings.
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (9 by maintainers)
Top Results From Across the Web
Basics tutorial | Java - gRPC
This tutorial provides a basic Java programmer's introduction to working with gRPC. By walking through this example you'll learn how to:.
Read more >Getting Started with gRPC - Quarkus
Getting Started with gRPC · Solution · Configuring your project · Implementing a gRPC service · Consuming a gRPC service · Packaging the...
Read more >Protocol Buffers in Bazel
Bazel currently provides rules for Java, JavaLite and C++. ... We will work with the gRPC team to create Skylark extensions to do...
Read more >bazel attr
How can I avoid providing the build options at the command line ... deps attr on lang_{proto|grpc}_{compile|library} with the protos 2022. java at...
Read more >Introduction to gRPC - Coherence - Oracle Help Center
Coherence gRPC for Java allows Java applications to access Coherence clustered services, including data, data events, and data processing from outside the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Main hold-up is figuring out all the dependencies (and set up Bazel for the first time 😄). This is a modified dump of what I’ve got.
I created #3125 for adding Bazel to CI