nicolasguyomar commented on code in PR #12086:
URL: https://github.com/apache/kafka/pull/12086#discussion_r885300571


##########
clients/src/main/java/org/apache/kafka/common/config/TopicConfig.java:
##########
@@ -139,7 +139,7 @@ public class TopicConfig {
     public static final String CLEANUP_POLICY_CONFIG = "cleanup.policy";
     public static final String CLEANUP_POLICY_COMPACT = "compact";
     public static final String CLEANUP_POLICY_DELETE = "delete";
-    public static final String CLEANUP_POLICY_DOC = "A string that is either 
\"" + CLEANUP_POLICY_DELETE +
+    public static final String CLEANUP_POLICY_DOC = "A comma separated list of 
String(s) that is either \"" + CLEANUP_POLICY_DELETE +

Review Comment:
   Thank you @hachikuji , this is indeed way better ! 



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