GitHub user dentiny edited a discussion: RDMA support
Hi team, I'm wondering if there's any chance to support RDMA in the project. Context: in high bandwidth environment it's hard to fully utilize the b/w with TCP stack. For example, we have 40~50GBps (two DCs) single-node-to-node b/w, but after tuning TCP parameters we're still only able to get 27GBps. We have RDMA client development in parallel, which easily reaches 80-90% of b/w. For example, valkey go client has supported RDMA: https://github.com/valkey-io/valkey-go/tree/main/valkeyrdma Implementation-wise, it's adding a new code path for `net.Conn` interface. GitHub link: https://github.com/apache/opendal/discussions/7421 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
