...
- Zero data copy enhancement
- Better stream placement. For example, traffic or network bandwidth usage aware algorithms.
- Be able to support different wire protocol. For example, gRPC.
- Support exclusive writer. Currently you can achieve fencing only if you use core library directly. In some use cases, fencing is still required even using write proxy.
- Exact once or transnational publish - DP-1 DP-2
Write Proxy Client
- Multiple language bindings. E.g C++ client.
...