Understanding Distributed Queue and Implementing one from scratch
💡
There are many implementations and use cases for a distributed queue. I have tried to implement one, slightly inspired by Kafka. Check it out on GitHub: https://github.com/iamvineettiwari/go-distributed-queue.
What is a Queue?
We all know what a...
iamvineettiwari.hashnode.dev8 min read