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
I have the coordinates KV bucket in NGS Cloud. I mirrored that bucket to my leaf node dev
When I try to put and get KV keys using nats cli, it works fine.
However, I keep getting no message found for get and :timeout for put operations on KV using this library.
nats context info
NATS Configuration Context "gtg-local"
Server URLs: nats://127.0.0.1:4222
Path: /Users/munjalapatel/.config/nats/context/gtg-local.json
@munjalpatel can you provide a more complete example with steps to reproduce? KV.get_value(:gnat, "coordinates", "#{key}.id") is not readily reproducible because "#{key}.id" is derived from a variable in your application. Without knowing the value no-one can say if the error lies within this library or your application.
I have the
coordinates
KV bucket inNGS Cloud
. I mirrored that bucket to my leaf nodedev
When I try to
put
andget
KV keys usingnats
cli, it works fine.However, I keep getting
no message found
forget
and:timeout
forput
operations on KV using this library.PUT Operation
Trace using
nats cli
Trace using this library
GET Operation
Trace using
nats cli
Trace using this library
The text was updated successfully, but these errors were encountered: