diqiu50 commented on code in PR #10730:
URL: https://github.com/apache/gravitino/pull/10730#discussion_r3057093030
##########
clients/client-java/src/main/java/org/apache/gravitino/client/GravitinoClientBase.java:
##########
@@ -208,6 +212,8 @@ public abstract static class Builder<T> {
protected String uri;
/** The authentication provider. */
protected AuthDataProvider authDataProvider;
+ /** The provider of per-request extra headers (e.g. forwarded user
identity). */
+ protected ExtraHeadersProvider extraHeadersProvider;
Review Comment:
Do you mean creating a Gravitino client with authentication for different
Trino session users instead of modifying the header for each request?
--
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]