forked from nats-io/nats.rb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
29 lines (24 loc) · 1.01 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- balance receive perf with send perf
- do client blowup detection from sending in tight loop
- allow port to also be listen_port in config file
- queue groups allow selection, e.g. round robin vs random
- Logger rotation should work
- Time interval Pings from server..
- Ping/Pong time window
- Allow clients to specify app/client name
- [IN PROGRESS] monitoring
- [IN PROGRESS] clustering/routing
- [IN PROGRESS] tests!
- [IN PROGRESS] JRuby support - works if you hand run servers for tests
- [DONE] Allow monitoring to specify on net param
- [DONE] /connz info
- [DONE] Don't truncate log on startup
- [DONE] Connection queue size dump to log for SIGURS2
- [DONE] Fixed # of replies? sub foo [2], server closes subscription automatically, avoid overwhelming client connection?
- [DONE] Request timeout option.
- [DONE] proper flow control, EM and PING/PONG
- [DONE] request/response automated, just use UUID now.
- [DONE] better reply semantics in protocol.
- [DONE] daemon mode
- [DONE] autolaunch
- [DONE] Queue groups