Skip to content

Commit dc58b5f

Browse files
committed
fixed the quote in dataformat
1 parent ba04406 commit dc58b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/deploy-coe-with-Kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ The following example shows the YAML file with the data format configured as JSO
298298
{
299299
"Endpoints": {
300300
"KAFKA": {
301-
"DataFormat: "JSON",
301+
"DataFormat": "JSON",
302302
"ServerUrl": "X.X.X.X:9092", #Specify the Kafka broker IP
303303
"KafkaTopic": "HTTP", #Specify the desired kafka topic
304304
"RecordType": {

0 commit comments

Comments
 (0)