How does it compare versus Debezium?
However, this only does postgres-postgres, so it's a lot more limited compared to Debezium.
11–20 of 51 posts
How does it compare versus Debezium?
However, this only does postgres-postgres, so it's a lot more limited compared to Debezium.
lots of Go based CDC stuff going on these days. Redpanda Connect (formerly benthos) recently added support for Postgres CDC [1] and MySQL is coming soon too [2]. 1: https://github.com/redpanda-data/connect/pull/2917 2: https://github.com/redpanda-data/connect/pull/3014
https://github.com/sequinstream/sequin
Any reason we're seeing so many CDC tools pop up?
Does anyone know a battle-tested tool that would help with (almost)online migrations of postgresql servers to other hosts? I know it can be done by manually, but I'd like to avoid that
I believe that's a pretty standard way to provide "HA" postgres. (We use Patroni for our HA setup)
Does anyone know a battle-tested tool that would help with (almost)online migrations of postgresql servers to other hosts? I know it can be done by manually, but I'd like to avoid that
PG's internal wal-level replication? primary to a read-replica, and then switch the read to become the primary. You'll have a bit of downtime while you stop connections on the original server, switch the new server to primary, and update your app config to connect to the new server. I believe that's a pretty standard way to provide "HA" postgres. (We use Patroni for our HA setup) https://github.com/patroni/patroni
The clients will have to retry on-going transactions, but that's a basic fault tolerant requirement anyway.
Does anyone know a battle-tested tool that would help with (almost)online migrations of postgresql servers to other hosts? I know it can be done by manually, but I'd like to avoid that
I am not entirely sure, but I think CloudNativePG (a Kubernetes operator) can also be used for that.
From the domain I suspect it’s a fellow Hungarian developer?
I’ve tried many things and looked into excluding them from replication with a publication filter but this still causes “events”.
Anyone has some pointers on CDC on busy tables?
Kuvasz is a Hungarian dog breed if anyone is wondering.
Kuvasz is a Hungarian dog breed if anyone is wondering.