Skip to content

Commit cc83410

Browse files
committed
fix template
1 parent 1d062e3 commit cc83410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cli/serverless/changefeed/template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
KafkaInfoTemplateWithExplain = `{
3131
"network": {
3232
"networkType": "PUBLIC",
33-
"publicEndpoints": "broker:9092"
33+
"publicEndpoints": "broker1:9092,broker2:9092"
3434
},
3535
"broker": {
3636
// "kafkaVersion": "VERSION_2XX", "VERSION_3XX"

0 commit comments

Comments
 (0)