CosimoLovascio commented on pull request #6682:
URL: https://github.com/apache/arrow/pull/6682#issuecomment-641414712


   Hi! I'm using CallHeaders interface to add some headers in the method's 
implementation `onBeforeSendingHeaders(CallHeaders outgoingHeaders)` (inside a 
Middleware). 
   
   I need to read this header from a reverse proxy (using nginx on Kubernetes), 
to redirect my request to a different service running on the cluster (basing on 
the header value set by the client). Binary headers seem not be supported.
   
   Why do you have deprecated the method `void insert(String key, String 
value);`?


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

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


Reply via email to