codemancers/rbkit

Explore usage of kafka broker for holding profiling data

Opened this issue · 1 comments

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