nizhikov commented on code in PR #15387:
URL: https://github.com/apache/kafka/pull/15387#discussion_r1511869490


##########
server-common/src/main/java/org/apache/kafka/server/config/ServerTopicConfigSynonyms.java:
##########
@@ -29,7 +29,7 @@
 import org.apache.kafka.common.utils.Utils;
 
 public final class ServerTopicConfigSynonyms {
-    private static final String LOG_PREFIX = "log.";
+    public static final String LOG_PREFIX = "log.";
     private static final String LOG_CLEANER_PREFIX = LOG_PREFIX + "cleaner.";

Review Comment:
   Great catch. Thanks. I replaced constant with more specific one.



-- 
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