mchades commented on code in PR #4261: URL: https://github.com/apache/gravitino/pull/4261#discussion_r1696733614
########## 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: If we use configure like "additionalPackages" that means we don't allow user to overwrite the existing REST APIs? -- 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]
