Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Features section from Readme.md #335

Merged
merged 1 commit into from
Feb 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,28 +161,3 @@ The Rust ecosystem has a diverse set of options for async programming. This clie
The async interface provided by this library is implemented as just a thin wrapper around its sync interface. Those two interface styles look very similar, and you're free to choose whichever works best for your application.

<em>*NOTE:* This crate uses thread pool from [blocking crate](https://crates.io/crates/blocking/1.1.0). By default it limits number of threads to 500. It can be ovverided by setting `BLOCKING_MAX_THREADS` environment variable and set between 1 and 10000. Be careful when spinning a lot async operations, as it may drain the thread pool and block foverer until it's reworked</em>

## Features
The following is a list of features currently supported and planned for the near future.

* [X] Basic Publish/Subscribe
* [X] Request/Reply - Singelton and Streams
* [X] Authentication
* [X] Token
* [X] User/Password
* [X] Nkeys
* [X] User JWTs (NATS 2.0)
* [X] Reconnect logic
* [X] TLS support
* [X] Direct async support
* [X] Crates.io listing
* [x] Header Support

### Miscellaneous TODOs
* [X] Ping timer
* [X] msg.respond
* [X] Drain mode
* [ ] COW for received messages
* [X] Sub w/ handler can't do iter()
* [X] Backup servers for option
* [X] Travis integration