As for middleware, i would keep an eye on this issue: https://github.com/grpc/grpc/issues/8767
On Tuesday, February 14, 2017 at 12:16:42 PM UTC, [email protected] wrote: > > I'd like to add some metadata like token or version at each call, and > server should check it. > > I know how to add meta for each call (metadata argument), however, Is > there a way to add metadata globally for client? > > I know how to get metadata in each server context > (context.invocation_metadata()), however, is there something like > middleware to check it globally? > > Thanks! > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d7fd3f9f-e454-4646-b220-c4c362ba7f59%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
