We would like to request gRPC support as an alternative to the current REST API for interacting with the Timefold Platform.
gRPC would provide significant advantages for large-scale scheduling and analysis workloads:
Faster communication with binary serialization, reducing payload size and latency for large planning datasets
Type-safe contracts via Protocol Buffers, ensuring clients and servers are fully aligned while allowing development.