The poor performance of String.format() is brought up multiple times in different PR reviews (recently)
We should either move to to using + or StringBuilder instead of String.format() and cleanup the existing usage of String.format() with the decided option as well.
ref - https://www.baeldung.com/java-string-concatenation-methods