Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-4603 added missing sink HA properties #932

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ sources:
# sink:
# redis.memory.limit.mb: 100
# redis.memory.threshold.percentage: 85
# Uncomment the lines below for production usage with high availability (HA). When writing data
# to the state database or the target with HA enabled, RDI should wait briefly for an
# acknowledgment from the replica database. It should also retry a write operation after a
# certain delay if the original operation times out.
# redis.wait.enabled:true
# redis.wait.timeout.ms:2
# redis.wait.retry.enabled:true
# redis.wait.retry.delay.ms:
# Source specific properties - see the full list at https://debezium.io/documentation/reference/stable/connectors/
# source:
# snapshot.mode: initial
Expand Down