Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为我们的内部非阻塞反应器寻找替代品,到目前为止,Netty 似乎很合适。我唯一想不通的是是否有任何对连接的限制支持。我想控制单个连接的传入和传出速率。是否有任何支持,或者我必须在上面编写自己的节流器?
看一眼:
io.netty.handler.traffic
在netty中没有这样的东西。但是总是欢迎贡献;)