diff --git a/documentation/modules/ROOT/pages/operations/debezium-server.adoc b/documentation/modules/ROOT/pages/operations/debezium-server.adoc index 8457d9a26..590f250aa 100644 --- a/documentation/modules/ROOT/pages/operations/debezium-server.adoc +++ b/documentation/modules/ROOT/pages/operations/debezium-server.adoc @@ -629,6 +629,14 @@ Debezium act as a https://knative.dev/docs/eventing/sources/[Knative Event Sourc |60000 |The number of seconds to wait for a response from the server before timing out. (default of 60s) +|[[httpclient-retries]]<> +|5 +|The number retries before exception is thrown (default 5 times). + +|[[httpclient-retry-interval]]<> +|1000 +|The number of milliseconds to wait before another attempt to send record is made after failure (default of 1s). + |=== ==== Apache Pulsar