Skip to content

Commit ac3d512

Browse files
DOC-4603 added missing sink HA properties
1 parent b23bf9d commit ac3d512

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)