We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d062e3 commit cc83410Copy full SHA for cc83410
1 file changed
internal/cli/serverless/changefeed/template.go
@@ -30,7 +30,7 @@ const (
30
KafkaInfoTemplateWithExplain = `{
31
"network": {
32
"networkType": "PUBLIC",
33
- "publicEndpoints": "broker:9092"
+ "publicEndpoints": "broker1:9092,broker2:9092"
34
},
35
"broker": {
36
// "kafkaVersion": "VERSION_2XX", "VERSION_3XX"
0 commit comments