indigophox commented on PR #34817: URL: https://github.com/apache/arrow/pull/34817#issuecomment-1906850705
@lidavidm just re-reading this after doing some other work... I'm getting the impression the ordering issues you're talking about would apply more to `ServerCallContext::AddHeader` (where the handler impl is in control of the order of operations), whereas the Flight framework has control over when `ServerMiddleware::SendingHeaders` so there's not so much a concern about what's done before/after what by the new feature code? Just wanted to check we're on the same page about the specifics here, as I'm only dealing with the `SendingHeaders` callback case. If you can provide some guidance as to the intended architecture here I can probably find the cycles to do the implementation, as I understand you're currently pretty strapped for dev time here. -- 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]
