nats-server
nats-server copied to clipboard
High-Performance server for NATS.io, the cloud and edge native messaging system.
## Feature Request A Synadia customer requested the following: > ...is there a plan to support more cryptographic algorithms for Encryption at Rest? As of today there are only ChaCha-based...
## Defect - [] Included `nats-server -DV` output - [V] Included a [Minimal, Complete, and Verifiable example] (https://stackoverflow.com/help/mcve) #### Versions of `nats-server` and affected client libraries used: nats-server: 2.7.3 nats...
## 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...
Adds msg_trace (trace rule name to trace) to operator and accounts. enables tracing for operator and accounts. Adds ping_probes option (array of probe names) to accounts, enabling header based tracing....
## Feature Request #### Use Case: #### Proposed Change: #### Who Benefits From The Change(s)? #### Alternative Approaches
**This is a benign issue with client side retry as workaround.** When a client (belonging to a JS enabled account) connects to the meta leader of a 3 member cluster....
## Defect `nats-server -DV` output: ``` # nats-server -DV [12759] 2022/02/05 18:22:35.815756 [INF] Starting nats-server [12759] 2022/02/05 18:22:35.815921 [INF] Version: 2.6.6 [12759] 2022/02/05 18:22:35.815971 [INF] Git: [878afad] [12759] 2022/02/05 18:22:35.815994...
## Feature Request Similar to how a stream can be configured to bind multiple subject patterns, this request is to allow for a consumer to be configured with multiple filter...
## Feature Request Add better scatter-gather support to NATS. #### Use Case: We have several services each having only part of some data. We need a way to request all...