jerryshao commented on code in PR #4261: URL: https://github.com/apache/gravitino/pull/4261#discussion_r1696716906
########## conf/gravitino.conf.template: ########## @@ -39,6 +39,8 @@ gravitino.server.webserver.threadPoolWorkQueueSize = 100 gravitino.server.webserver.requestHeaderSize = 131072 # The response header size of the built-in web server gravitino.server.webserver.responseHeaderSize = 131072 +# Comma separated list of REST API packages to scan +gravitino.restApiPackages = org.apache.gravitino.server.web.rest Review Comment: Besides, I think this should not be a configuration for users. "org.apache.gravitino.server.web.rest" should always be configured, right? What is the behavior if users configure others? You'd better configure like "additionalPackages" to support additional rest packages, and make Gravitino's package as a always loaded package. -- 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]
