mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 01:58:32 +00:00
ed6e03399f
Reads from and writes to a Zookeeper that is open or secured via user/password digest or SASL Supports persisting of data obtained from Zookeeper to a file or standard out as JSON Supports sending of Zookeeper data to Zookeeper from a file or standard out as JSON Does not allow data obtained from a source Zookeeper to be written back to the same Zookeeper connect string and path This closes #1193 Signed-off-by: Bryan Rosander <brosander@apache.org>