Scott Fauerbach

Results 69 issues of Scott Fauerbach

See https://github.com/nats-io/nats.java/blob/main/src/examples/java/io/nats/examples/autobench/ThrottledBenchmark.java#L78

enhancement

Improve output for consuming when report frequency isn't met and waiting for more messages.

This will require a major version change.

- [x] Server Pool > A server list pool is maintained. There is a complete implementation in Java for reference. - [x] Max Retries: How many times each server in...

enhancement
re/connect behavior

enhancement
re/connect behavior

### Observed behavior A new generic consumer reports more num_pending than actual messages in the stream. ### Expected behavior The consumer reports the correct num_pending. ### Server version 2.10.10 or...

defect

### Steps to recreate ``` CLI way of doing the file dance add --trace to any of these for more verbose output create the store on hub nats --server nats://testUser:testPass@localhost:4222...

defect