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 this client? should i run the client in same function that sends data in celery task or not? I am really confused.
Asked
Active
Viewed 51 times