GRPC calls from Activities

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

You could generate the client code from protos, see more info here and use it in your activity code.