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
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
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