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.
我找不到有关技术规格的信息……尽管 REST 对于各种场景都非常方便,但原生协议听起来速度要快得多。当前实现是否支持本机二进制协议?
是的,可以使用本机传输协议。通过此协议连接的节点知道集群状态和路由信息,这使得它们更快。目前,只有 Java 客户端支持该协议。
一般来说,我们发现如果以高并行性连接,HTTP 协议不会慢很多。只需与许多连接异步连接。