-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
This is not really an issue, it's more praise of your work, but I hope that's ok :)
I just read your blog post (https://www.alechenninger.com/2020/05/building-kafka-like-message-queue-with.html) which was truly awesome. When working on Occurrent I've run into many of the issues you described in this blog post (and I've managed to work-around most of them). I haven't found a way to implement competing consumers yet, so I was very glad to stumble upon your blog. I will try to implement something similar in Occurrent when I find some time (and of course give you credits).
I probably can't use your code directly though (it's a different license unfortunately, Occurrent is apache 2, and I have already have other concepts to store the oplog position) but I can probably implement it from your blog post. I'm not really good with licenses, I mainly just want to write code :)
Anyways, thanks for sharing this!!