I am trying to build a news feed similar to facebook in which user can subscribe set of items and topics and they will receive feeds as that subscribed topic changes. I was looking around and many people say kafka is good choice. Can kafka be self sufficient to build the entire news feed or should it be coupled with something like storm. Should I even consider using kafka when my activity stream is less than a million per day? Thanks in advance
-- Regards, Piyush Rai