Guys, I need to implement an application that generates logs for several microservices. I was suggested to use protobuf to generate these logs. I've never dealt with protobuf, gRPC, etc. I was able to verify the advantages of using gRPC in this case (data serialization speed, contracts that would facilitate the standardization of logs, etc). But I can't see safely and practically how this system would be structured. Until then I thought of a server using gRPC that would serve to collect the microservices logs, but how these logs would be returned by the server?
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c34ef3ef-bece-478c-a6de-ac1424f7e07an%40googlegroups.com.
