rules_proto_grpc icon indicating copy to clipboard operation
rules_proto_grpc copied to clipboard

Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets

Results 106 rules_proto_grpc issues
Sort by recently updated
recently updated
newest added

Update GRPC_VERSION to 1.57.0 1. grpc - https://github.com/grpc/grpc/releases/tag/v1.57.0 2. grpc_java - https://github.com/grpc/grpc-java/releases/tag/v1.57.0 Blocking issue from the previous version - https://github.com/grpc/grpc-java/issues/9916

dependencies

I am not sure how to trigger tests in this repo, but I wanted to check if updating rules_go, gazelle and golang version will illustrate the issue described at: https://github.com/rules-proto-grpc/rules_proto_grpc/issues/275

documentation
dependencies
lang-grpc-gateway
lang-go

Provide rules to build Kotlin proto and grpc libraries. Currently upstream Protobuf and gRPC support only JVM-flavour Kotlin. Fixes #139. A few notes on implementation: * Mostly simple, largely copied...

documentation
dependencies
lang-java

### Issue Description The the path of proto files has dot (e.g., k8s.io/apimachinery/pkg/runtime/generated.proto), the Python modules generated by `python_grpc_library` cannot be imported ### Log Output ```plain text bazel-bin/k8s.io/apimachinary/py_lib_pb/k8s/io/apimachinary/demo_pb2.py bazel-bin/k8s.io/apimachinary/py_lib_pb/k8s.io/apimachinary/demo_pb2_grpc.py ```...

bug

### Issue Description When using `python_grpclib_library` the build is failing with the following error. ``` no such package '@[unknown repo 'rules_proto_grpc_py3_deps_grpcl ib' requested from @]//': The repository '@[unknown repo 'rules_proto_grpc_py3_deps_grpclib'...

more-info-needed

### Description Wondering when this new release will occur? will need this for bazel 7.0.0!

### Description I know it's been mentioned a few times tangentially in a few other issues, but as bzlmod's are going to be the standard in Bazel 7.0 (released later...

enhancement

### Issue Description I have the following two targets: Target 1. C# proto library [full contents in BUILD section below] ``` csharp_proto_library( name = "thing_csharp_proto.dll", protos = [":thing_proto"], visibility =...

bug

### Issue Description When using the option to make generated classes `internal`, the generated messages are `internal`, but the `ServiceApiBase` and `ServiceApiClient` are all `public`. ```bazel csharp_grpc_compile( name = "service_csharp_protos",...

### Description The 21.10 tag is over a year old: https://github.com/protocolbuffers/protobuf/tags?after=v3.22.0-rc1 and should be updated to something more recent. Upgrading this protobuf dependency will allow this to work with https://github.com/pybind/pybind11_protobuf...