Skip to main content
0 votes
0 answers
37 views

I'm building a distributed system that processes messages from hundreds of thousands of sensors, each identified by a sensor_id. I need to guarantee: Strict ordering per sensor_id No two consumers ...
Ben Hirschberg's user avatar
-3 votes
0 answers
50 views

I’m building a chat app using Node.js, Express, MongoDB, and Socket.io. Right now, I load all conversations (around 1,000+) at once, and it’s making the app slow. I want to add pagination to the ...
Aman Dhiman's user avatar
0 votes
0 answers
14 views

Im trying to create a new message queue which would send a message to external system but im not able to trigger the new custom event. From the docs ive seen we need to use .addevent() method but ...
Arpit Bahukhandi's user avatar