zookeeper-util
zookeeper-util copied to clipboard
Handle multiline value
Hi, I'd like to suggest PR to handle issue when value in zookeeper is containing newline character. Because import util reads entry line by line, import does not work properly if value is containing newline. This PR handle this issue by encoding value by JSON.