Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/3040
@kemixkoo I can understand where the desire for this comes from but I think
this is a dangerous approach. Fundamentally we're saying that we know at
startup time there is a classpath issue. Continuing to startup as if it
appears ok despite knowing that and without a more holistic approach leads to a
poor user experience. Instead of this change I think we should focus on adding
an extension registry api to the Flow Registry project. There we can have nars
live and NiFi instances can source them at runtime. Issues with those nars are
then well managed/clear and don't affect a live instance. It also means
instances dont require restart to source new versions/etc..
---