nats-io / nats.c

A C client for NATS
Apache License 2.0
382 stars 132 forks source link

Please make the kvStore watcher async #744

Open thierryba opened 4 months ago

thierryba commented 4 months ago

Proposed change

make another call to watch for keys that sets up a callback. Today kvStore_Watch and kvStore_WatchAll are blocking, which is not ideal.

Use case

If I want to watch different values from 1 or more buckets, today I have 2 solutions:

Contribution

No response

Kazmirchuk commented 4 months ago

FYI this is a duplicate of #676