Derek Collison

Results 20 issues of Derek Collison

Measuring a NATS.io client and I would like to see both msgs/sec and bytes/sec as I iterate through several payload sizes. Thanks, great crate!

When the number of file descriptors is limited and the system is trying manage a large number of assets the JetStream system becomes unstable. 2.8.4

🐞 bug

## Defect If a source stream S1 is sourced by S2, but the server recovers them in reverse order, S2 could try to create the internal consumer to S1 before...

🐞 bug

When a monitoring port is in secure mode attempting to connect via http gives the impression the system is not working. Should do a 30x redirect.

🎉 enhancement

Saw this when debugging a flapper for the new storage engine for JS.

If we connect to a secure server we should return `tls://` as prefix even if not specified in `Connect()` call.

Inspired by @mfarnbauer-schmidt and https://github.com/nats-io/nats.rs/pull/222 I wanted to see if we could do something that was a simple trait and a bit lighter weight. Signed-off-by: Derek Collison

We have some errors that are sync in nature, either from the NATS server or from threaded callbacks for message handlers. Should we have the notion of `last_error()` for both...

So /connz?testpub=foo should error but does not.

help wanted