nevzheng commented on PR #10975: URL: https://github.com/apache/gravitino/pull/10975#issuecomment-5058291996
@Octavi00 Please keep the existing protected `GravitinoClientBase` constructor and have it delegate to the new constructor with a no-op HTTP configuration. This preserves compatibility for subclasses. There is no need to retain the old private constructors in `GravitinoClient` or `GravitinoAdminClient`. We can handle the test-certificate question separately. -- 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]
