Phuc-Hong-Tran opened a new pull request, #14026:
URL: https://github.com/apache/kafka/pull/14026

   Changed String format specifier from %s to %d for multiple int/long type 
variables. The ticket mentioned that using %s to format int/long data type 
might potentially lead to locale-sensitive handling issue. However, as far as I 
can see, all these variables have decimal values, where as locale-sensitive 
issues may happen at values with separators. Still I decided to change String 
format specifier from %s to %d because I think it is more appropriate to format 
int/long with %d.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to