Skip to content

Commit

Permalink
[docs] Add additional properites for http sink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-l-ford authored and jpechane committed Mar 2, 2023
1 parent f499d92 commit 2f44fcc
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,15 @@ Debezium act as a https://knative.dev/docs/eventing/sources/[Knative Event Sourc
|1000
|The number of milliseconds to wait before another attempt to send record is made after failure (default of 1s).

|[[httpclient-headers-prefix]]<<httpclient-headers-prefix, `debezium.sink.http.headers.prefix` >>
|X-DEBEZIUM-
|Headers will be prefixed with this value (defaults to X-DEBEZIUM-).

|[[httpclient-headers-encode-base64]]<<httpclient-headers-encode-base64, `debezium.sink.http.headers.encode.base64` >>
|true
|Header values will be base64 encoded (defaults to true).


|===

==== Apache Pulsar
Expand Down

0 comments on commit 2f44fcc

Please sign in to comment.