snazy opened a new pull request, #4438: URL: https://github.com/apache/polaris/pull/4438
This tightens up the distributed cache invalidation endpoint in three small but related ways. * The sender side now actually honors the configured invalidation batch size instead of using a hard coded value. * The receiver now accepts normal parameterized JSON content types such as `application/json; charset=UTF-8` instead of only the exact bare media type. This is more a nice-to-have, but could be useful. * The invalidation token is no longer written to logs. The token is just transport/auth material for the invalidation call, and logging it adds noise at best and leaks unnecessary sensitive data at worst. -- 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]
