divijvaidya commented on PR #13321: URL: https://github.com/apache/kafka/pull/13321#issuecomment-1594696603
> hope you test is also in pipeline for cygwin to be double sure No, we don't have any tests based on windows (or cygwin) in our pipeline. We don't officially promise to support Kafka on windows platform. No pressure but we are relying on your testing here :) > what i noticed that msys2 was not reading paths properly because path translator for cygwin was adding backslashes instead of slashes msys2 uses the same `cygpath` as cygwin so why isn't it working for msys2. Do you have any idea? My concern with using `--windows` instead of `--mixed` is that this would be a breaking change for people who have written scripts around this bug/feature of using the `/` slash. Hence, ideally I think it would be preferable to keep the existing behaviour as same. -- 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