You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/05/31 07:36:53 UTC

[GitHub] [kafka] nicolasguyomar commented on a diff in pull request #12086: Minor : cleanup.policy is a comma separated list

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-unsubscribe@kafka.apache.org

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