kylepbit commented on a change in pull request #8572:
URL: https://github.com/apache/arrow/pull/8572#discussion_r517550295
##########
File path:
java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightServer.java
##########
@@ -351,6 +359,14 @@ public Builder headerAuthenticator(CallHeaderAuthenticator
headerAuthenticator)
return this;
}
+ /**
+ * Set the header handler.
+ */
+ public Builder headerHandler(ServerHeaderHandler headerHandler) {
Review comment:
As mentioned in another comment, the intent is to handle all headers.
You can interpret them as properties, but I think the name is reflective of
intent.
----------------------------------------------------------------
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]