DBZ-5307 Update HTTP consumer documentation

This commit is contained in:
Vojtech Juranek 2022-07-28 08:45:46 +02:00 committed by Chris Cranford
parent 75e5675375
commit 37d6d3685b

View File

@ -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]]<<httpclient-retries, `debezium.sink.http.retries` >>
|5
|The number retries before exception is thrown (default 5 times).
|[[httpclient-retry-interval]]<<httpclient-retry-interval, `debezium.sink.http.retry.interval.ms` >>
|1000
|The number of milliseconds to wait before another attempt to send record is made after failure (default of 1s).
|===
==== Apache Pulsar