kuadrant-operator icon indicating copy to clipboard operation
kuadrant-operator copied to clipboard

Investigations on creating/parsing gRPC messages from CEL

Open alexsnaps opened this issue 5 months ago • 1 comments

The Kuadrant SDK is used to coordinate all of these:

  • Message creation: CheckRequest { foo: request.headers['x-foo'] }
  • Message sending (to where?)
    • Should it use gRPC reflection/introspection to "validate" the format?
  • Response Message parsing
  • Conditionally do things based on that response allowPredicate: MessageResponse.bar == 42

alexsnaps avatar Oct 06 '25 13:10 alexsnaps

Playground repo - https://github.com/KevFan/cel-grpc

KevFan avatar Oct 14 '25 11:10 KevFan