Skip to content

Commit 6a56c83

Browse files
Merge pull request #932 from redis/DOC-4603-rdi-sink-props
DOC-4603 added missing sink HA properties
2 parents 4fb0eb2 + ac3d512 commit 6a56c83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/integrate/redis-data-integration/data-pipelines/data-pipelines.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ sources:
110110
# sink:
111111
# redis.memory.limit.mb: 100
112112
# redis.memory.threshold.percentage: 85
113+
# Uncomment the lines below for production usage with high availability (HA). When writing data
114+
# to the state database or the target with HA enabled, RDI should wait briefly for an
115+
# acknowledgment from the replica database. It should also retry a write operation after a
116+
# certain delay if the original operation times out.
117+
# redis.wait.enabled:true
118+
# redis.wait.timeout.ms:2
119+
# redis.wait.retry.enabled:true
120+
# redis.wait.retry.delay.ms:
113121
# Source specific properties - see the full list at https://debezium.io/documentation/reference/stable/connectors/
114122
# source:
115123
# snapshot.mode: initial

0 commit comments

Comments
 (0)