Hacker News new | ask | show | jobs
by moojersey 1105 days ago
Debezium is a cool project, though as a fair warning does come with a fair amount of on-going maintenance. And you should prolly be using Kafka and comfortable with the JVM generally.

FWIW, we're (estuary.dev) an open-source and fully managed tool for building CDC pipelines out of Postgres from the WAL.

1 comments

This is exactly why we didn’t use it and instead opted for native triggers.