joewitt commented on issue #3973: NIFI-6852 Don't Validate Processors that accept any ControllerService… URL: https://github.com/apache/nifi/pull/3973#issuecomment-573697885 I did not quite understand what this change was for. I thought we were going to skip validation of a configured service just because the component that might use it was ok with any service. However, I discussed it offline with Bryan Bende and he explained the reason this change is good is that what we're actually relaxing is enforcing whether the configured service matches the particular API. In this case a component is saying "I'll use any controller service so dont bother verifying it is of a particular type". The tests look relevant to the issue at hand and the change is reported to by support by burgess, bende, shawn, and markbean. +1 will merge
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
