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,