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

Java client for NATS

Results 66 nats.java issues
Sort by recently updated
recently updated
newest added

Push instead of pull from data port

Websocket merge... under dev.. not ready for review per se

* Use ReentrantLock in place of synchronized since it's better for virtual threads and equally if not more performant. * Ensure consumer context implementation is thread safe and switch to...

## Overview Client should have a way that allows users to force reconnection process. This can be useful for refreshing auth or rebalancing clients. When triggered, client will drop connection...

enhancement

### Observed behavior When two requests (subject without handlers) started simultaneously on different threads but the same connection - sometimes only one is cancelled immediately by 503 (CancellationException). Second is...

defect

### Observed behavior The NATS cluster is normal. When the NATS CLI tool is used to test the stream status of each node in the cluster, the Java connection reports...

defect

Hello, I a running a nats docker container and I am using io.nats to connect to it. But when I try creating a StreamingConnection object I get stan: connect request...