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


##########
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:
   Not sure what this comment is supposed to mean? Can you elaborate?
   
   Reading between the lines, it sounds like a version mix-match, using an 
older version of `kafka-clients.jar` in combination with `kafka.streams.jar`?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to