DBZ-5546 add missing value format option

Add missing value format type `eventclouds`  ([code ref](539d9a3958/debezium-server/debezium-server-core/src/main/java/io/debezium/server/DebeziumServer.java (L186))) in debezium-server doc.
This commit is contained in:
BetaCat 2022-08-23 16:36:47 +08:00 committed by Jiri Pechanec
parent 539d9a3958
commit da72721368
3 changed files with 3 additions and 1 deletions

View File

@ -436,3 +436,4 @@ Pengwei Dou
Zhongqiang Gong Zhongqiang Gong
Inki Hwang Inki Hwang
崔世杰 崔世杰
合龙 张

View File

@ -293,7 +293,7 @@ By default the output is in JSON format but an arbitrary implementation of Kafka
|[[debezium-format-value]]<<debezium-format-value, `debezium.format.value`>> |[[debezium-format-value]]<<debezium-format-value, `debezium.format.value`>>
|`json` |`json`
|The name of the output format for value, one of `json`/`avro`/`protobuf`. |The name of the output format for value, one of `json`/`avro`/`protobuf`/`eventclouds`.
|[[debezium-format-value-props]]<<debezium-format-value-props, `debezium.format.value.*`>> |[[debezium-format-value-props]]<<debezium-format-value-props, `debezium.format.value.*`>>
| |

View File

@ -150,3 +150,4 @@ doupengwei,Pengwei Dou
fisache,Inki Hwang fisache,Inki Hwang
ggaborg,Gabor Andras ggaborg,Gabor Andras
comil4444,崔世杰 comil4444,崔世杰
BetaCat,合龙 张