-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nats] NATS backend rewrite, perf and stability improvements (#194)
* Remove JetStream suffix on README to avoid confusion * [nats] Rewrite backend The main new component is a btree cache to optimize List and Count operations. The List operation assumes and ordered set of results since a limit can be defined. A set of tests have been added. Support for embedded `dataDir` path and `credsFile` URL options have been added. * Update to NATS v2.10.5 * Update NATS versions for test script Signed-off-by: Byron Ruth <[email protected]>
- Loading branch information
Showing
18 changed files
with
2,159 additions
and
1,502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.