You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi, I'm a beginner to gRPC and wanted to know how to call another service from a server. Basically how do I define a stub within a gRPC server code in order to call another service. I am using python.
温明浩
unread,
Apr 7, 2022, 5:28:31 AM4/7/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Just create a gRPC client as noraml.
For what I know, gRPC server have no method to call another server directly, you can only do it by create a gRPC client.