From 7100a67690eb1a26646e3076ec3f74c87e2ce9ca Mon Sep 17 00:00:00 2001 From: avis408 Date: Thu, 15 Sep 2022 15:27:53 +0530 Subject: [PATCH] [docs] Add redis.key feature in documents --- .../modules/ROOT/pages/operations/debezium-server.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/modules/ROOT/pages/operations/debezium-server.adoc b/documentation/modules/ROOT/pages/operations/debezium-server.adoc index 91ff0eb0a..8efecdfe5 100644 --- a/documentation/modules/ROOT/pages/operations/debezium-server.adoc +++ b/documentation/modules/ROOT/pages/operations/debezium-server.adoc @@ -223,6 +223,10 @@ To use Redis to store offsets, use `io.debezium.server.redis.RedisOffsetBackingS | |(Optional) If using Redis to store offsets, whether or not to use SSL to communicate with Redis. If the `redis.address` configuration is not supplied, and the `redis.address` is taken from the Redis sink, will attempt to load the value from `debezium.sink.redis.ssl.enabled`. Default is 'false' +|[[debezium-source-offset-redis-key]]<> +| +|(Optional) If using Redis to store offsets, define the hash key in redis. If the `redis.key` configuration is not supplied, and the default value is `metadata:debezium:offsets` + |[[debezium-source-database-history-class]]<> |`io.debezium.storage.kafka.history.KafkaSchemaHistory`