jerryshao commented on code in PR #4261: URL: https://github.com/apache/gravitino/pull/4261#discussion_r1696709455
########## 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: Will this affect the iceberg rest server, did you test it, @FANNG1 please also verify it. -- 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]
