Open emilsoman opened 8 years ago
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.
There is also https://github.com/nanomsg/nanomsg, which promise to be faster than zeromq. And https://capnproto.org/ should be faster than msgpack
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.