Is it possible to build grpc in C++ to use the Message class instead of MessageLite.
I expected that the cmake argumet "-DgRPC_USE_PROTO_LITE=OFF" should enable this, but it didn't.
Even with this cmake option, protoc still generates classes such as Channelz with MessageLite class.