John Weldon
John Weldon
Currently, sort depends on a header row with column names. Improve this by allowing a csv file with no header row, and a mechanism to sort by column number instead...
Allow specifying only named columns in the output, with the option of renaming the columns.
### Summary Add support for encoding and decoding JWTs using NATS nkeys (ed25519-based keys with base32 encoding). This enables full compatibility with NATS authentication tokens and other nkey-signed JWTs. Features:...
### Observed behavior When hub-to-leaf traffic exceeds link capacity, the hub's write buffer saturates. PONG responses queue behind data and never reach the leaf. The leaf detects stale, disconnects, reconnects,...
reduce duplication of calculation of file paths The filepath to the nats config and context directories was re-created in multiple locations. This PR lays the groundwork to be able to...
### What version were you using? NSC Version: 2.8.6 NATS Server: v2.12.1 Also affects: nats CLI v0.3.0 (nats auth account mappings) ### What environment was the server running in? OS:...
## Summary The `nats server cluster balance` command reaches across the entire supercluster (hub + leafnodes) instead of scoping to the connected cluster. This can unintentionally disrupt connections on clusters...