indigophox commented on PR #34817:
URL: https://github.com/apache/arrow/pull/34817#issuecomment-1904713238

   > That could maybe be solved but it would have to be on a per-handler basis 
(e.g. DoPut/DoExchange can't do this easily).
   
   The majority of handlers would just need the StartCall-before-handler 
consistency which I assume is already ok otherwise there would be no middleware 
instance for them at all.
   
   Only handlers mutating the middleware state would need to have the 
SendingHeaders ordering correct, so the 3 Session verbs (i.e. DoAction assuming 
it's at that scope) plus potentially anything like auth etc that another 
implementation wants to also drive session state e.g. auth.  Might get messy 
depending how an implementation might want to handle session defaulting if 
SetSO isn't called before e.g. GetFlightInfo...


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