Skip to content

Commit 674acec

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: Amazon MSK adds three new APIs, ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka topics in your MSK clusters.
1 parent 8af581d commit 674acec

File tree

3 files changed

+372
-0
lines changed

3 files changed

+372
-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": "Amazon MSK adds three new APIs, ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka topics in your MSK clusters."
6+
}

services/kafka/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@
7171
"output_token": "NextToken",
7272
"limit_key": "MaxResults",
7373
"result_key": "ClientVpcConnections"
74+
},
75+
"ListTopics": {
76+
"input_token": "NextToken",
77+
"output_token": "NextToken",
78+
"limit_key": "MaxResults",
79+
"result_key": "Topics"
80+
},
81+
"DescribeTopicPartitions": {
82+
"input_token": "NextToken",
83+
"output_token": "NextToken",
84+
"limit_key": "MaxResults",
85+
"result_key": "Partitions"
7486
}
7587
}
7688
}

0 commit comments

Comments
 (0)