If i make a kv like key_1=000800155519242 in repo, it shows up in consul as 800155519242. Seems like it’s being automatically treated as numeric and leading zero omitted. Is there a way/config too keep the zeros appear in consul without change it to key_1="000800155519242" ?
If i make a kv like
key_1=000800155519242
in repo, it shows up in consul as800155519242
. Seems like it’s being automatically treated as numeric and leading zero omitted. Is there a way/config too keep the zeros appear in consul without change it tokey_1="000800155519242"
?