mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
25 lines
792 B
Markdown
25 lines
792 B
Markdown
|
|
# General
|
|
|
|
- [X] Remove reliance on `ps`
|
|
- [X] Syslog support
|
|
- [ ] SSL/TLS support
|
|
- [ ] nats-top equivalent, utils
|
|
- [ ] Pedantic state
|
|
- [X] Daemon mode? Won't fix
|
|
- [ ] Connz report routes
|
|
- [ ] Info updates contain other implicit route servers
|
|
- [X] Docker
|
|
- [ ] brew, apt-get, rpm, chocately (windows)
|
|
- [ ] Dynamic socket buffer sizes
|
|
- [ ] Switch to 1.4 and use maps vs hashmaps
|
|
- [ ] Buffer pools?
|
|
- [ ] Add ability to reload config on signal
|
|
- [ ] NewSource on Rand do lower lock contention on QueueSubs
|
|
- [ ] Add ENV support to dconf
|
|
- [ ] Modify cluster support for single message across routes between pub/sub and d-queue
|
|
- [ ] Client support for language and version
|
|
- [ ] Place version in varz?
|
|
- [ ] Gossip Protocol for discovery for clustering
|
|
- [X] Fix benchmarks on linux
|