Skip to content

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

83 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages