mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
With this commit, MonitorActivity can be configured as: - Monitor activity per node individually - Monitor cluster wide activity - Send notification flow-file from all of nodes - or only from a primary node Changes: - Added 'Monitoring Scope' property - Added 'Reporting Node' property - Falls back from cluster scope to node scope if necessary - Persist the latest activity as Cluster state - Examine cluster state on each node if necessary - Only update the cluster state if current timestamp is later than existing timestamp stored in Zookeeper This closes #575 Signed-off-by: jpercivall <joepercivall@yahoo.com>