Hacker News new | ask | show | jobs
by Ingon 1598 days ago
Interesting, I’m working on a kafka-like SaaS, in golang also. For the moment I’m keeping events/messages in postgres, but I have always targeted to have a real commit log per topic in some unspecified future. I will take a look at what you’ve got!