exceptionfactory commented on PR #9683: URL: https://github.com/apache/nifi/pull/9683#issuecomment-2631079310
> Thank you for the fix, I reviewed the changes and tested the start-stop and status functionality on Windows and MacOS as well, everything is working as expected. One thing to note is that when I start nifi on Windows, a minified windows appears on the taskbar. Is this wanted/exptected behaviour? Thanks for the testing and feedback @balazsgerner! Yes, the minimized background window is expected when running `nifi.cmd start`. The updates to `nifi.cmd start` include this change so that the NiFi process starts in the background and the command returns to the prompt. The previous behavior left the command running in the same prompt window, blocking further use of that prompt window. The behavior adjustment aligns more closely to `nifi.sh start` on Linux and macOS, starting NiFi in the background and returning to the command prompt. -- 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]
