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
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" ?
The text was updated successfully, but these errors were encountered:
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"
?The text was updated successfully, but these errors were encountered: