-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
What version of gRPC-Java are you using?
master
What is your environment?
Linux Java 11
What did you expect to see?
Looking at https://github.com/grpc/grpc-java/blob/master/README.md and/or https://grpc.io I was hoping to see documentation which describes (copy/pasta!) how to use grpc-java in a project which uses Bazel as its build system (just like it does for Maven and Gradle), which I would like to do for enola-dev/enola#202.
What did you see instead?
No documentation for Bazel.
I did find https://grpc.io/blog/bazel-rules-protobuf/ from 6.5 years ago, and was pointed to this example, and will try to use that (and sources) as inspiration.
I will see if I can contribute to this project with a docs PR once I have successfully learnt how to do this for enola-dev/enola#202.
I suggest to document the current as-is state, that is, without e.g. possible future #9559 (yet, update for that later).
My personal interest and focus for a contribution is non-Android, so I won't look at #4465.