phreed commented on PR #8509:
URL: https://github.com/apache/nifi/pull/8509#issuecomment-2000038845

   > Can you provide some additional background on the reason for introducing a 
PowerShell alternative to the `nifi.cmd` script for Windows? It would be ideal 
to maintain a unified approach for Windows, as opposed to maintaining two 
separate scripts for the same OS.
   
   I am just starting out with NiFi, so I will have to speak in generalities.
   
   Making changes to *.cmd/*.bat files is fraught.
   Every time I think I am going to make a small change to one it ends up being 
a time sink.
   
   I am planning on extensively using NiFi for a project I am working on.
   A lot of the work will involve dynamic deployment of NiFi components on a 
dynamic cluster.
   I anticipate building tooling to support this work.
   I would much prefer to use powershell over CMD/BAT.
   I plan on contributing this tooling back to Apache.
   
   It may be that the tooling would be better written in one of the JVM 
scripting languages (i.e. Groovy, Kotlin, Clojure).
   That said I expect that some of the tooling would still best be written as 
powershell modules on Windows.
   
   Obviously, the `nifi.ps1` is not (yet) a powershell module, I am getting a 
feel for how the NiFi project operates.
   I would like to see the `nifi.cmd` deprecated in favor of  powershell 
modules.
   
   
   
   


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to