←back to thread

570 points davidgu | 1 comments | | HN request time: 0.216s | source
Show context
callamdelaney ◴[] No.44526788[source]
My kneejerk reaction to the headline is ‘why would it?’.

It’s unsurprising to me that an AI company appears to have chosen exactly the wrong tool for the job.

replies(3): >>44526797 #>>44527255 #>>44528010 #
kristianc ◴[] No.44527255[source]
Sounds like a deliberate attempt to avoid spinning up Redis, Kafka, or an outbox system early on.. and then underestimated how quickly their scale would make it blow up. Story as old as time.
replies(4): >>44527509 #>>44527547 #>>44529439 #>>44529665 #
j16sdiz ◴[] No.44527509[source]
Kafka head of line blocking sucks.
replies(2): >>44527936 #>>44534841 #
1. chrnola ◴[] No.44527936[source]
Guaranteeing order has its tradeoffs.

There is work happening currently to make Kafka behave more like a queue: https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A...