diff --git a/TODO.md b/TODO.md index 66f5f4cb..7478805a 100644 --- a/TODO.md +++ b/TODO.md @@ -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