Hi Maintainers,
I am currently using Drools v10.1.0 in a Spring Boot micro-services architecture and wanted native support for GRPC for High Performance Rule Executions leveraging HTTP/2 protocol
Since rule evaluation is a critical part of our business logic, leveraging a high performance GRPC framework can help connect polyglot clients (Python, Go, Node.js, .NET, etc.) to use Drools based Rule Engine. This also includes Bi-Directional RPC Streaming for Rule Execution
I would be happy to contribute my implementation if it aligns with the project direction.
PR: #6602