exceptionfactory commented on PR #10081: URL: https://github.com/apache/nifi/pull/10081#issuecomment-3103544406
The example of `ConsumeKafka` is a good one, where running on the Primary Node is not necessarily desirable, and actually poor practice, because each node is responsible for its own partitions. This is the case with other types of event handling Processors as well. That's the reason why having this type of rule doesn't seem like helpful, because it would recommend something contrary to best practices. -- 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]
