/distrib-broker

A simple distributed message broker like kafka or pulsar

Primary LanguageScala

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

(TODO: One of tests breaks when run with others because of some dependencies. It passes standalone)