-
I have postgres.app installed and running on port 5432 but there seems to be something else that I need to do to verify that things work as expected?
I also tried using [act](https://github.com/nek…
-
I cannot get the demo running with `wal2json` as the output plugin. The message format looks completely different between `wal2json` and `pgoutput`. FWIW, I tried with both the format versions of `wal…
-
Hi everyone,
I’m working with a PostgreSQL table that uses a hash-based partitioning strategy. Here is the setup:
```
-- Create the main sales table
CREATE TABLE public.sales
(
salesid S…
-
I have many errors in log like:
```
2021/09/27 00:47:25.613785 Source-PSQL (db1): Replication error (walPositionPersisted: 290579576): replication failed: nil message received, should not happen
``…
-
### Version & Environment
Redpanda version: (use `rpk version`):
redpanda@96f126e88baf:/$ rpk version
v22.1.3 (rev d1a4e00)
### What went wrong?
2022-05-25 11:24:42,561 WARN || [Prod…
-
The Kafka producer has a strong consistency mode (a callback which commits offsets, coupled with strong semantics on offset commits).
Unfortunately, the postgres producer has no consistency at all. I…
-
## Environment
Is this your first time deploying Airbyte?: Yes
OS Version / Instance: GCP VM on debian
Memory / Disk: 4 VCPU and 16GB RAM
Deployment: Docker
Airbyte Version: What version are…
-
when I use pg11 and make install postgres-decoderbufs succeed 。the configuration is ok ,start use kafka connect PG but error with this Caused by: io.debezium.jdbc.JdbcConnectionException: ERROR: coul…
-
### Connector Name
source-postgres
### Connector Version
3.*
### What step the error happened?
Other
### Revelant information
We're facing some issues/limitations with consuming d…
-
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…