Re: [grpc-io] Re: gRFC P6: grpc-io-announce mailing list

2024-10-18 Thread Daz Wilkin
Yes, thank you. I was wondering whether messages could be prefixed with metadata e.g. a YAML block that could be machine read --- priority: foo languages: ["go","python","rust"] ... -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe fro

[grpc-io] C++ dynamic control of authz provider interface and authz failure counters

2024-10-18 Thread 'Rameshreddy Mudhireddy' via grpc.io
Hi gRPC C++ team, Couple of questions on AuthorizationPolicyProviderInterface in C++ and its usage. I hope you can point me in the right direction. *Question1:* dynamic control of the authz feature in C++ typical C++ authz flow includes: provider = FileWatcherAuthorizationPolicyProvider::Create

Re: [grpc-io] Re: gRFC P6: grpc-io-announce mailing list

2024-10-18 Thread 'Eric Anderson' via grpc.io
On Fri, Oct 18, 2024 at 12:17 PM Daz Wilkin wrote: > I was wondering whether messages could be prefixed with metadata e.g. a > YAML block that could be machine read > > --- > priority: foo > languages: ["go","python","rust"] > ... > Are there widely used systems that support that? It seems like