Top
Best
New

Posted by enether 10/29/2025

Kafka is Fast – I'll use Postgres(topicpartition.io)
559 points | 392 commentspage 6
8cvor6j844qw_d6 10/29/2025|
> Should You Use Postgres?

> Most of the time - yes. You should always default to Postgres until the constraints prove you wrong.

Interesting.

I've also been by my seniors that I should go with PostgreSQL by default unless I have a good justification not to.

heyitsdaad 10/29/2025||
If the only tool you know is a hammer, everything starts looking like a nail.
rudderdev 10/29/2025||
Discussion on the same topic "Postgres over Kafka" - https://news.ycombinator.com/item?id=44445841
bleonard 10/29/2025||
I am excited about the Rails defaults where background and cache and sockets are all database driven. For normal-sized projects that still need those things, it's a huge win in simplicity.
aussieguy1234 7 days ago||
I've found Kafka to be not particularly great with languages other than Java, if Confluent schemaregisty is involved.

I had fun working with the schema registy from TypeScript.

wagwang 10/29/2025||
Isn't listen/notify absurdly slow and lock contentious
charles_f 6 days ago||
No-one ever regretted using a piece of infra to do what it wasn't planned for, during an incident at 3AM
tarun_anand 7 days ago||
Couldn't agree more. Have built and ran an in-house postgresql based queue for several years. It can handle 5-10k msg/s in our production workloads.
mbo 10/29/2025||
This is an article in desperate need for some data visualizations. I do not think it does an effective job of communicating differences in performance.
ayongpm 10/29/2025|
Just dropping this here casually:

  sup {
      position: relative;
      top: -0.4em;
      line-height: 0;
      vertical-align: baseline;
  }
More comments...