low-level-design-messaging-queue-pub-sub icon indicating copy to clipboard operation
low-level-design-messaging-queue-pub-sub copied to clipboard

We have to design a message queue supporting publisher-subscriber model.

Results 3 low-level-design-messaging-queue-pub-sub issues
Sort by recently updated
recently updated
newest added

It seems like havent made it extensible to have multiple producers is it because it wasnt asked in the interview and you had limited time? Thanks again

First of all, thanks for all your LLD implementations. These resources are really helpful. I am new to concurrency and multithreading. So please help me out. I was thinking about...