yuqi1129 commented on issue #11781: URL: https://github.com/apache/gravitino/issues/11781#issuecomment-4786902616
The difference is that, compared to user authorization, group authorization has the following extra steps, which will query database: https://github.com/apache/gravitino/blob/d845d5cddc5bc208968a0e6bf4b594691afdb853/plugins/idp-basic/src/main/java/org/apache/gravitino/idp/auth/BasicAuthenticator.java#L147-L155 We need to use a cache to avoid repeatedly accessing database. cc @lasdf1234 -- 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]
