top | item 45749325

(no title)

uberduper | 4 months ago

I'm highly skeptical of the method employed to simulate unsync'd writes in that example. Using a non-clustered zookeeper and then just shutting it down, breaking the kafka controller and preventing any kafka cluster state management (not just preventing partition leader election) while manually corrupting the log file. Oof. Is it really _that_ hard to lose ack'd data from a kafka cluster that you had to go to such contrived and dubious lengths?

discuss

order

mxey|4 months ago

I just read the post and didn’t find it contrived at all. The point is to simulate a) network isolation and b) loss of recent writes.

kasey_junk|4 months ago

Kafka no longer has Zookeeper dependency and RedPanda never did (this is just an aside for those reading along, not a rebuttal).