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 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/91f4c2b7-455d-4f83-9c17-daa55df52872n%40googlegroups.com.