Hi! I’m fairly new to NiFi but I have installed it and developed a couple of simple flows. I really like it.
Here are my questions: 1. Scale out: does NiFi run different instances of a processor on multiple nodes at the same time or only a single instance on a single node at any given time? 2. Split-brain: How does NiFi handle the situation where the cluster nodes can be dived in to two groups A and B, where the nodes in A can all talk to each other, and the nodes in B can all talk to each other, but no nodes in A can talk to any nodes in B and vice versa? A classic example would be where I have NiFi cluster running in two data centers and the all the network links between the two data centers go down.
