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
feat: make configurable hyper table check for timescale db (#40)
* feat: make configurable hyper table check for timescale db
* feat: make configurable hyper table check for timescale db
---------
Co-authored-by: Serhat Karabulut <serhat.karabulut@trendyolgo.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,7 @@ This setup ensures continuous data synchronization and minimal downtime in captu
154
154
|`slot.createIfNotExists`| bool | no | - | Create replication slot if not exists. Otherwise, return `replication slot is not exists` error. ||
155
155
|`slot.name`| string | yes | - | Set the logical replication slot name | Should be unique and descriptive. |
156
156
|`slot.slotActivityCheckerInterval`| int | no | 1000 | Set the slot activity check interval time in milliseconds | Specify as an integer value in milliseconds (e.g., `1000` for 1 second). |
157
+
|`extensionSupport.enableTimescaleDB`| bool | no | false | Enable support for TimescaleDB hypertables. Ensures proper handling of compressed chunks during replication. ||
0 commit comments