HackerTrans
トップ新着トレンドコメント過去質問紹介求人

roncohen

no profile record

投稿

Public uptime monitor based off of datadogs internal data

updog.ai
6 ポイント·投稿者 roncohen·9 か月前·0 コメント

Fly.io Twitter Hacked

twitter.com
2 ポイント·投稿者 roncohen·9 か月前·1 コメント

コメント

roncohen
·7 か月前·議論
As someone who myself worked on a hobby-level Rust based Kafka alternative that used Raft for metadata coordination for ~8 months: nice work!

Wasn't immediately clear to me if the data-plane level replication also happens through Raft or something home-rolled? Getting consistency and reliability right with something home-rolled is challenging.

Notes:

- Would love to see it in an S3-backed mode, either entirely diskless like WarpStream or as tiered storage.

- Love the simplified API. If possible, adding a Kafka compatible API interface is probably worth it to connect to the broader ecosystem.

Best of luck!