Skip to content

Restore arrays as arrays after json-decoding Zookeeper configs #20

@mschilli

Description

@mschilli

Config data is stored in Zookeeper with its arrays converted to hashes, so ["a", "b"] becomes { 0 => "a", 1 => "b" }.

To make sure the config data gets restored in its original format after getting it back from Zookeeper, I've added numhash_to_array_r() in mschilli/pogo@1f59cee.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions