bazel grpc integration fails with ‘: error: ‘PROTOBUF_NAMESPACE_OPEN’ does not name a type’
I am following simple steps enlisted here to incorporate gRPC on my bazel workspace on Linux. I am using a Linux docker container (ubuntu:focal) as the build environment. My workspace file follows the step as advertised and I have ported the helloworld application in my repo (I am calling it greeter).