File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
content/integrate/redis-data-integration/data-pipelines Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments