-
### Topic
I have enabled Change Data Capture (CDC) on my PostgreSQL source following the instructions provided in the Airbyte PostgreSQL source documentation. However, during each sync, Airbyte is lo…
-
## Summary
Listen to database changes instead of pulling them proactively.
This could be possible if we add support for [CDC](https://en.wikipedia.org/wiki/Change_data_capture) by integrating with …
-
We have a project at the company I work where we connect to PgSQL using a [logical replication](https://www.postgresql.org/docs/10/static/logical-replication.html) slot to receive all data changes (in…
-
Hi.
PostgreSQL 15.8
Citus 12.1-1
When modifying the citus.enable_change_data_capture setting from off-> on for distributed table CDC and executing pg_ctl reload, the setting is applied but the …
-
### Is your feature request related to a problem?
A number of users requested a way to "listen" to database changes instead of pulling it themselves. If we add support for [CDC](https://en.wikipedia.…
-
While Litestream performs physical replication of WAL frames, it would be useful to derive logical changesets from those physical pages. This could be done by using the [Ptrmap pages](https://www.sqli…
-
The following workflow is becoming more and more common in modern applications:
![image](https://user-images.githubusercontent.com/6473463/170763327-84bdd54d-717d-4534-a56d-6268c224e3df.png)
In …
-
I keep getting the first image, the picture doesn't change.
Wayland, Hyprland, Pipewire
```python
use anyhow::Result;
use image::{DynamicImage, RgbImage};
use scap::capturer::{Capturer, Options…
-
In order to keep the remote clients in sync, we need to introduce some kind of change data collection (i.e. ability to stream information about changes in evitaDB servers to all interested clients). T…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
When I use M…