We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ec2c8 commit ddd7b03Copy full SHA for ddd7b03
1 file changed
docs/deploy-coe-with-Kafka.md
@@ -86,7 +86,7 @@ To edit the YAML file for the required changes, perform the following steps:
86
{
87
"Endpoints": {
88
"KAFKA": {
89
- "ServerUrl": "X.X.X.X:9092", #Specify the Kafka broker IP
+ "ServerUrl": "X.X.X.X:9092,Y.Y.Y.Y:9092", #Specify the Kafka broker IP
90
"KafkaTopic": "HTTP", #Specify the desired kafka topic
91
"DataFormat": "AVRO",
92
"RecordType": {
0 commit comments