grpcio

how can I merge grpc client and http request?

how can I merge grpc client and http request? Question: I want to merge http request and grpc client that means: I have a request for create some object. my service is gateway that means it sends data in celery task and grpc client sends a request and receive stream responses. when should i run …

Total answers: 1