Skip to content

Commit 4e11d58

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
1 parent 410813a commit 4e11d58

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Managed Streaming for Kafka",
4+
"contributor": "",
5+
"description": "Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK"
6+
}

services/kafka/src/main/resources/codegen-resources/service-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3569,6 +3569,17 @@
35693569
},
35703570
"documentation" : "\n <p>Returns information about a cluster operation.</p>"
35713571
},
3572+
"ControllerNodeInfo": {
3573+
"type": "structure",
3574+
"members": {
3575+
"Endpoints": {
3576+
"shape": "__listOf__string",
3577+
"locationName": "endpoints",
3578+
"documentation": "\n <p>Endpoints for accessing the Controller.</p>\n "
3579+
}
3580+
},
3581+
"documentation": "\n <p>Controller node information.</p>\n "
3582+
},
35723583
"CustomerActionStatus": {
35733584
"type": "string",
35743585
"documentation": "\n <p>A type of an action required from the customer.</p>",
@@ -5373,6 +5384,11 @@
53735384
"locationName": "brokerNodeInfo",
53745385
"documentation": "\n <p>The broker node info.</p>\n "
53755386
},
5387+
"ControllerNodeInfo": {
5388+
"shape": "ControllerNodeInfo",
5389+
"locationName": "controllerNodeInfo",
5390+
"documentation": "\n <p>The ControllerNodeInfo.</p>\n "
5391+
},
53765392
"InstanceType": {
53775393
"shape": "__string",
53785394
"locationName": "instanceType",

0 commit comments

Comments
 (0)