Explore usage of kafka broker for holding profiling data
Opened this issue · 1 comments
emilsoman commented
Instead of sending profiling data to the client in realtime over zeromq sockets, if we can send the messages to kafka, it allows the client to consume the data at its own pace. This route is worth exploring.
stereobooster commented
There is also https://github.com/nanomsg/nanomsg, which promise to be faster than zeromq. And https://capnproto.org/ should be faster than msgpack