tustvold commented on issue #5731:
URL: https://github.com/apache/arrow-rs/issues/5731#issuecomment-2133104504

   I think the major missed opportunity is the use of opaque bytes payloads 
instead of defining the RPC signatures using concrete message types. Doing this 
would:
   
   - Better document the protocol
   - Avoid these sorts of issues
   - Auto-generated clients would be usable out of the box
   - Request paths would correspond to operations, allowing meaningful 
middleware-based instrumentation
   
   With the current design we get all the downsides of gRPC and few of the 
benefits
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to