Skip to content

Commit ba04406

Browse files
committed
doc changes for coe release 1.6.001
1 parent 0fa0566 commit ba04406

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/deploy-coe-with-Kafka.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ To edit the YAML file for the required changes, perform the following steps:
8888
"KAFKA": {
8989
"ServerUrl": "X.X.X.X:9092", #Specify the Kafka broker IP
9090
"KafkaTopic": "HTTP", #Specify the desired kafka topic
91+
"DataFormat": "AVRO",
9192
"RecordType": {
9293
"HTTP": "all",
9394
"TCP": "all",
@@ -297,7 +298,7 @@ The following example shows the YAML file with the data format configured as JSO
297298
{
298299
"Endpoints": {
299300
"KAFKA": {
300-
DataFormat: "JSON",
301+
"DataFormat: "JSON",
301302
"ServerUrl": "X.X.X.X:9092", #Specify the Kafka broker IP
302303
"KafkaTopic": "HTTP", #Specify the desired kafka topic
303304
"RecordType": {

0 commit comments

Comments
 (0)