bbejeck commented on PR #20969: URL: https://github.com/apache/kafka/pull/20969#issuecomment-3836136612
@chickenchickenlove @lucliu1108 @mjsax Thanks for the discussion so far! I like the current approach as a stopgap, as I've had confusion over the log statement when using the `cleanUp` method. Probably the best option would be to implement https://issues.apache.org/jira/browse/KAFKA-10121, but it doesn't seem likely to come very soon. I like option 3, but I wonder if that could leave users not well versed on why we store the `process.id` and cause issues down the road. I was thinking of possibly another option: we store the `process.id` in a different location, the directory where the Kafka Streams application is running. But that may raise more issues than it solves. WDYT? -- 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]
