Hacker News new | ask | show | jobs
by majidazimi 2808 days ago
Pulsar and DistributedLog solve two serious problems of Kafka:

1. Parallel recovery when a node fails

2. Limited read capacity of multiple consumers reading different parts of the log.

Log Device from Facebook also addresses these issues.