munendrasn commented on PR #11979: URL: https://github.com/apache/iceberg/pull/11979#issuecomment-2866670146
One use case where this can useful, being able to connect to multiple external RESTCatalog from single process. We fetch the latest metadata pointer lazily from these catalogs. Some of these catalogs require mTLS connection, while others doesn't. In such cases, using java system properties to specify the keystore/truststore is not an option - we have faced errors when system properties and every Catalog instance tries to create mTLS connection. This particular change would help in those cases to create Catalog instance for each such sources with different config -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org