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
Hello,
We want to implement routing table with server reflection on our micro service. Because server reflection (https://github.com/grpc/grpc/blob/master/doc/server-reflection.md use same package.service / Method, how we can write rules to redirect to dedicated backend micro service, Do I have to implement HostPrefix and PathPrefix routes on service mesh control plane (linkerd or Istio)? or do I have to find something like LB lookaside (https://grpc.io/blog/loadbalancing) ?
Thanks
julien...@gmail.com
unread,
Nov 15, 2017, 2:14:19 AM11/15/17
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
Hello,
We have a thread open on grpc reflection on routing with service mesh (Istio in our case). Does someone could have a look on it?
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 Julien,
The reflection service were exposed at each backend. We currently don't have a way assign the backend reflection service that should be connected to at gRPC level.