Hacker News new | past | comments | ask | show | jobs | submit login

We handle peaks of 800k tps in few systems. It is for an analytical platform. Partition in Kafka by some evenly distributed key, Create simple apps that read from a partition and process it, commit offset. Avoid communication between process/threads. Repartition using kafka only. For some cases we had to implement sampling wherein usecase required highly skewed partitions.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: