Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
1 answer
75 views

Distributed Systems - Events Consumption | Sync Problem

In one of the interviews, I was asked to build a payment ecosystem, which had 2 services - Activity Service and Credit Service. Activity Service is responsible for providing user activity information ...
codechaser's user avatar
7 votes
3 answers
6k views

How do you address messages coming out of order in a message queue?

I was once asked on an interview, how would you deal with messages coming in out of order in a message queue. It has been a while and I have not found a definitive answer and I was wondering if an ...
Mike's user avatar
  • 613
0 votes
2 answers
73 views

How to distributed order between all participants?

There is system that has three business participants: performers customers (mobile device, web interface) orders When customer creates an order it should be distributed between all exists performers ...
POV's user avatar
  • 12.1k
1 vote
1 answer
692 views

SQS-style distributed delay queue, but outside of AWS?

I'm looking for a distributed queueing system that supports delayed message delivery, i.e. where consumers would receive a message only after a specified delay from when the producer sent it. SQS is ...
Seth's user avatar
  • 5,738
3 votes
2 answers
950 views

Scaling out with 200+ Kafka topics

I'm trying to understand how to dynamically scale out application which consumes a huge number of topics (unfortunately I can't reduce their number - by design each topic is for particular type of ...
silent-box's user avatar
  • 1,666