Is it always recommended to use matching versions of gRPC for all languages in the same system?
I would like to use a recent version of java gRPC to address some security vulnerabilities in netty, but the node gRPC is behind multiple versions. Does it matter if the java and node gRPC versions don't match? The gRPC services are written in java.
Thanks