jiangxt2 commented on PR #11280: URL: https://github.com/apache/gravitino/pull/11280#issuecomment-4915110975
One thought on simplifying the design: instead of adding user-facing configs like `enableRestAccess`, the connector could transparently probe REST endpoint reachability and silently prefer REST when available. If the user has already configured `spark.sql.catalog.<name>`, the connector skips that catalog entirely and respects the users config. For unconfigured catalogs, probe the endpoint — if reachable, register as REST, otherwise fall back to proxy. -- 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]
