[grpc-io] Re: Implementing a logging application using gRPC

2022-01-24 Thread 'sanjay...@google.com' via grpc.io
I assume the microservices will use gRPC to send their log entries to the centralized logging server. In that case I don't understand what you mean by "how these logs would be returned by the server?". The centralized logging server would log to a logging backend. Few questions: - you will need

Re: [grpc-io] [proposal] PHP - drop php 7.0+7.1 support for protobuf

2022-01-24 Thread 'Stanley Cheung' via grpc.io
Hi I am the contact person for this. Please let me know what I can do to help from the gRPC side. -Stanley On Thu, Jan 13, 2022 at 2:32 AM Brett McBride wrote: > Hello maintainers, > I've got a PR in progress [1] for google/protobuf which removes > deprecation warnings that appear in PHP 8.1. T

Re: [grpc-io] Re: grpcio_testing code samples

2022-01-24 Thread 'Lidi Zheng' via grpc.io
The grpc-testing package is for mocking the services. It can intercept messages, inject logic, alter timestamp. How to write tests is a programming philosophy question. In most of the gRPC Python tests, we try to use "end2end" style tests, conduct tests only using the public API. On Saturday,

[grpc-io] CMAKE: he CMAKE_C_COMPILER is set to a C++ compiler

2022-01-24 Thread Mirko Borich
Dearas, I cannot build grpc and protocol buffers, something is wrong with cmake I installed locally. Any idea? ~/mygrpc/grpc/cmake/build$ cmake ../.. -- The C compiler identification is unknown -- The CXX compiler identification is GNU 7.3.0 -- Detecting C compiler ABI info -- Detecting C compi