Ask HN: Good pub/sub setup for personal projects?
https://news.ycombinator.com/item?id=32077690I’m messing around with a single node k8s homelab I’m running for fun side projects and micro service development.
I’ve done a lot of work with Kafka, but it’s pretty heavy and I really just want a decent pub/sub queue setup between services that would be somewhat reliable.
Is there anything you’d recommend? Open to thoughts on just using Postgres as a queue as well.