A PR or GitHub issue would be welcomed. You can also use FlightGrpcUtils in flight-grpc to configure a client/server fully by hand using gRPC directly.
On Thu, Mar 23, 2023, at 03:31, Wenbo Hu wrote: > Hi, > I'm trying to implement a data server over apache arrow flight with Java. > The Identity of the client (workload) is proved by the certificate > issued by some CA. So I'd like to run the flight server with mtls > support to authenticate client before ServerAuthHandler. > It seems that mtls is supported in C++/Python > (https://github.com/apache/arrow/search?q=mtls). Is there any plan to > expose mtls to Java Implementation? > > -- > --------------------- > Best Regards, > Wenbo Hu,