You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: