nats.deno icon indicating copy to clipboard operation
nats.deno copied to clipboard

Deno client for NATS, the cloud native messaging system

Results 17 nats.deno issues
Sort by recently updated
recently updated
newest added

[FEAT] split core and jetstream - note this removes nc.jetstream/jetstreamManager() and replaces them with jetstream/Manager(nc) - JetStream/ManagerOptions() also move from core to jetstream

### Proposed change Currently Deno doesn't support client certificates when using `Deno.startTls`. I've drafted a PR to address the missing piece in Deno (https://github.com/denoland/deno/issues/21496). Then we could update this package...

proposal

### Proposed change The change would promote simpler handling from the clients. ### Use case Currently the getMessage() will toss, which means that it has to be caught. ### Contribution...

proposal

[FIX] [JETSTREAM] [OS] allow_direct was not defaulted to true [FIX] [JETSTREAM] [OS] ttl was not copied over to max_age

I want to use the library in a webapp in the browser. However the bundle size is rather large even thought i do not use jetstream and several of the...

[CHANGE] this change externalizes the key validation and subject formats for object store [CHANGE] introduces a key validation/subject format analogous of KV (which is currently the default)