mirror of
https://github.com/xcat2/confluent.git
synced 2026-05-20 15:52:49 +00:00
77284af60d
Before there was some awkward ambiguity between top level key names and node names. For example a node named 'error' would be tricky. Address that by allocating a 'databynode' top level container to clarify the namespace of keys is nodenames specifically. Use this to simplify code that tried to workaround the ambiguity.