How to connect grpc server to another grpc server and send the response to grpc client
29 views
Skip to first unread message
Harith Danula Vithanage
unread,
Dec 2, 2024, 2:13:58 AM12/2/24
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
Im using golang with grpc to build a supply chain management system. it will be using plugin-type architecture. so my concern is that I have client side which will request data from specific plugin. so that all request should go the core and the core should redirect it to the specific plugin and get the response and send it to the client.
i try many ways to do it but nothing is working ? please help me