Hacker News new | ask | show | jobs
by CharlieDigital 697 days ago
In 2014, I was tasked with rebuilding an event processing engine to increase throughput and performance. Used ZeroMQ with C# and also had a very positive experience.

It was very easy to build a multi-node, distributed event processing engine (think Apache Flink) that could scale by simply adding more nodes or threads. ZMQ makes coordination and management of messages easy and low-fanfare.

In our use case, it was stable and it was the least problematic part of a relatively complex platform.

1 comments

nice!