Post feed: Using Kafka to scale

This section will discuss methods of creating a post feed service. With scale, post feeds pose fairly difficult problems that need to be solved in order to provide performance up to users' expectation

Cassandra - Posts

Redis - Storing and sorting feeds

Fanout on Write

Fanout on Read: Kafka - Message Queue

Last updated