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


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -839,7 +839,8 @@ public class StreamsConfig extends AbstractConfig {
                     Type.STRING,
                     System.getProperty("java.io.tmpdir") + File.separator + 
"kafka-streams",
                     Importance.HIGH,
-                    STATE_DIR_DOC)
+                    STATE_DIR_DOC,
+                    "${java.io.tmpdir}")

Review Comment:
   yes it's miss match , sorry for the false report



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