Aias00 opened a new pull request, #10809: URL: https://github.com/apache/rocketmq/pull/10809
### What - Parse Proxy `messageDelayLevel` with trimmed `\s+` tokens instead of splitting only on a single space. - Fall back to the default delay level config when the value is blank, so `useDelayLevel` does not later read an empty table. - Add `ProxyConfigTest` coverage for repeated whitespace and blank config values. ### Why `messageDelayLevel` is a config-file value. Repeated spaces, tabs, newlines, or blank input should not leave Proxy delay-level parsing partially populated or empty. ### Validation - `JAVA_HOME=$(/usr/libexec/java_home -v 1.8) mvn -pl proxy -DskipITs -DskipCheckStyle -Dtest=ProxyConfigTest test` - `git diff --check` Closes #10808 -- 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]
