You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Environment configuration file with source and target connection information.
@@ -187,7 +187,7 @@ Redis URI syntax is described [here](https://github.com/lettuce-io/lettuce-core/
187
187
### Sample env.yml under redis-connect-postgres/config/samples/[postgres|loader] folder. Any of these fields (values) can be replaced by environment variables.
188
188
|:memo:|
189
189
|---------------|
190
-
If you encounter <ahref="https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-wal-disk-space"target="_blank">WAL disk space consumption</a> issue with Postgres then <ahref="https://github.com/redis-field-engineering/redis-connect-dist/blob/main/connectors/postgres/demo/postgres_cdc.sql#L18-L20"target="_blank">Create a heartbeat table</a> and uncomment the `heartbeat.interval.ms` and `heartbeat.action.query` properties below and enable the producer's pipeline for the `heartbeat` table by uncommenting `#- public.heartbeat # heartbeat table to keep postgres active` in `JobConfig.yml`.
190
+
If you encounter <ahref="https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-wal-disk-space"target="_blank">WAL disk space consumption</a> issue with Postgres then <ahref="https://github.com/redis-field-engineering/redis-connect-dist/blob/main/connectors/postgres/demo/postgres_cdc.sql#L18-L20"target="_blank">Create a heartbeat table</a> and uncomment the `heartbeat.interval.ms` and `heartbeat.action.query` properties below.
If you don't need any transformation of source columns then you can simply use passThrough option and you don't need to explicitly map each source columns to Redis target data structure.
0 commit comments