eric-maynard commented on code in PR #278: URL: https://github.com/apache/polaris/pull/278#discussion_r1770865475
########## polaris-server.yml: ########## @@ -166,3 +166,9 @@ logging: # Limits the size of request bodies sent to Polaris. -1 means no limit. maxRequestBodyBytes: -1 + +rateLimiter: Review Comment: I don't actually think this should be optional. Currently, if you don't specify a `callContextResolver` for example, the config parses fine but eventually throws an NPE. Let's be consistent with existing configs here. -- 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: commits-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org