phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
51 stars 9 forks source link

[TCP] Unify the transport interface for TCP and RDMA in the backend #194

Open crazyboycjr opened 2 years ago

crazyboycjr commented 2 years ago

Both should use a message-based API and CQ-based notification.

The goal is to have just one version of the RPC adapter. Maintaining two versions is a nightmare.