Hacker News new | ask | show | jobs
by rwalk333 3773 days ago
The author here. I used Redis because I needed a simple way to have users subscribe to and follow many different search queries. In Kafka, this would mean maintaining a very large number of lightly populated topics. As I understand it, that isn't a good way to use Kafka.
1 comments

I had the same doubt thanks for clarifying