mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
- Refactoring to allow requests to be replicated from a node to other nodes - Renaming cluster node connection/read timeout properties. - Renaming NCM DN to Cluster Coordinator DN. - Fixing default values in properties. - Starting to fix Spring context to load correctly in standalone mode. - Using the cluster protocol to handle connection failures instead of heartbeats. - Ensured replicate call is returned from ControllerResource. - Ensure the appropriate classloader when serializing templates. - Handling when the flow contents are null. - This closes #488