Github user cestella commented on the issue:
https://github.com/apache/metron/pull/856
Any chance we can add a `VALIDATE(str, type)` function to the stellar
management functions where str is the json blob string for the config and the
type is the type of config? Generally the goal is to disallow invalid stellar
to get pushed to zookeeper via `zk_load_utils.sh`, so I suspect a function
would be more useful in the situation where you're constructing a config in the
REPL via management functions and want to validate it before pushing it.
---