You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "mjsax (via GitHub)" <gi...@apache.org> on 2023/06/23 23:04:35 UTC

[GitHub] [kafka] mjsax commented on a diff in pull request #13909: KAFKA-14957: Update-Description-String

mjsax commented on code in PR #13909:
URL: https://github.com/apache/kafka/pull/13909#discussion_r1240487420


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -794,7 +794,7 @@ public class StreamsConfig extends AbstractConfig {
                     NUM_STANDBY_REPLICAS_DOC)
             .define(STATE_DIR_CONFIG,
                     Type.STRING,
-                    System.getProperty("java.io.tmpdir") + File.separator + "kafka-streams",
+                    "Depends on the value returned from System.getProperty(\"java.io.tmpdir\")",

Review Comment:
   This is the actual default value used when running the app. So we cannot change it.



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