This commit is contained in:
Derek Collison
2015-06-15 21:00:29 -07:00
parent aabc9a2a7c
commit 1cc645d60c

View File

@@ -1,7 +1,7 @@
# General
- [ ] Remove reliance on `ps`
- [X] Remove reliance on `ps`
- [X] Syslog support
- [ ] SSL/TLS support
- [ ] nats-top equivalent, utils
@@ -12,7 +12,7 @@
- [X] Docker
- [ ] brew, apt-get, rpm, chocately (windows)
- [ ] Dynamic socket buffer sizes
- [ ] Switch to 1.3 and use maps vs hashmaps
- [ ] 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
@@ -20,3 +20,5 @@
- [ ] 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