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

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

Reply via email to