Github user phrocker commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/134
@achristianson It slipped my mind but was hoping to get ideas on what to do
when we have an invalid c2 configuration. C2 is a local element too, so at some
point we'll have scripts that leverage this capability to perform local
operations, so I imagine we'll always have C2 running ( which was the plan )
but the in the event that a protocol isn't properly configured i.e. no URL we
should disable that protocol entirely. thoughts?
Disabling the command and control element entirely seems antithetical to
command and control especially since we want local capabilities, but not trying
the protocol if it didn't fully initialize is advantageous and something I
completely forgot. Thoughts on that?
---