Hello,
I wanted to know how to make grpc calls from activities?
Here’s my use case - I have a microservice that uses Temporal for orchestration. Now, I have to communicate with another microservice that doesn’t have Temporal for an update operation.
I have to use grpc for this purpose.
How do I do this? Is there any example that I can look at?
Thanks.,
Megha