Skip to content

anomaly2104/low-level-design-messaging-queue-pub-sub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Low Level System Design - PubSub Messaging Queue

Video Explanation

https://youtu.be/4BEzgPlLKTo

Problem statement

Check here

Project requirements

  • JDK 1.8
  • Maven

APIs supported in queue

  • createTopic(topicName) -> topicId
  • subscribe(topicId, subscriber) -> boolean
  • publish(topicId, message) -> boolean
  • readOffset(topidId, subscriber, offset) -> boolean

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy