<instance-name>/<resource identifier>
), then when the instance is going down (or someone gossiping that it is no longer alive), you query the KV with <instance-name>/?recurse=true
and delete all matching keys?
Guys, I'm making a service that returns an object, like this:
{ cadunName: 'Mauricio Souza Lima', cadunId: 22641135 }
When I put it on the callback, the Int number is being parsed as follows:
2.2641135e+07
Why?