Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nithyanatarajan/distrib-broker
A simple distributed message broker like kafka or pulsar
https://github.com/nithyanatarajan/distrib-broker
Last synced: 7 days ago
JSON representation
A simple distributed message broker like kafka or pulsar
- Host: GitHub
- URL: https://github.com/nithyanatarajan/distrib-broker
- Owner: nithyanatarajan
- Created: 2020-05-22T06:58:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T04:39:30.000Z (over 4 years ago)
- Last Synced: 2024-11-08T12:51:10.551Z (2 months ago)
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a repository with code to teach distributed systems concepts. It has some code copied from
Kafka (https://github.com/apache/kafka) repository, and modified to make it simple to teach certain concepts.
This is used only for teaching and learning purpose* Install sbt (https://www.scala-sbt.org/)
* clone this repo
git clone [email protected]:unmeshjoshi/distrib-broker.git
* Run 'sbt clean test'(TODO: One of tests breaks when run with others because of some dependencies. It passes standalone)