TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building DistributedLog: Twitter’s high-performance replicated log service

13 pointsby anu_guptaover 9 years ago

1 comment

exceptionsover 9 years ago
This work seems to be pretty interesting. It turns to me that I/O isolation, durability and consensus are the top 3 concerns that leading to choose BookKeeper as the storage backend. It also mentions about Kafka, raft/paxos. It would be nice that those engineers could dump more details (architecture, performance considerations) comparing to Kafka, and maybe raft/paxos too.