←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 #
1. oulipo ◴[] No.44529439[source]
Not sure I get it... how would you replicate this functionality with Kafka? You'd still need to have the database LISTEN to changes and push it to Kafka no?