You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*DefaultApi* | [**deleteTopic**](docs/DefaultApi.md#deleteTopic) | **DELETE** /topics/{topicName} | Deletes a topic
112
-
*DefaultApi* | [**getConsumerGroupById**](docs/DefaultApi.md#getConsumerGroupById) | **GET** /consumer-groups/{consumerGroupId} | Get a single consumer group by its unique ID.
113
-
*DefaultApi* | [**getConsumerGroups**](docs/DefaultApi.md#getConsumerGroups) | **GET** /consumer-groups | List of consumer groups in the Kafka instance.
114
-
*DefaultApi* | [**getTopic**](docs/DefaultApi.md#getTopic) | **GET** /topics/{topicName} | Retrieves the topic with the specified name.
115
-
*DefaultApi* | [**getTopics**](docs/DefaultApi.md#getTopics) | **GET** /topics | List of topics
116
-
*DefaultApi* | [**updateTopic**](docs/DefaultApi.md#updateTopic) | **PATCH** /topics/{topicName} | Updates the topic with the specified name.
*GroupsApi* | [**getConsumerGroupById**](docs/GroupsApi.md#getConsumerGroupById) | **GET** /consumer-groups/{consumerGroupId} | Get a single consumer group by its unique ID.
118
+
*GroupsApi* | [**getConsumerGroups**](docs/GroupsApi.md#getConsumerGroups) | **GET** /consumer-groups | List of consumer groups in the Kafka instance.
119
+
*GroupsApi* | [**resetConsumerGroupOffset**](docs/GroupsApi.md#resetConsumerGroupOffset) | **POST** /consumer-groups/{consumerGroupId}/reset-offset | Reset the offset for a consumer group.
120
+
*TopicsApi* | [**createTopic**](docs/TopicsApi.md#createTopic) | **POST** /topics | Creates a new topic
121
+
*TopicsApi* | [**deleteTopic**](docs/TopicsApi.md#deleteTopic) | **DELETE** /topics/{topicName} | Deletes a topic
122
+
*TopicsApi* | [**getTopic**](docs/TopicsApi.md#getTopic) | **GET** /topics/{topicName} | Retrieves the topic with the specified name.
123
+
*TopicsApi* | [**getTopics**](docs/TopicsApi.md#getTopics) | **GET** /topics | List of topics
124
+
*TopicsApi* | [**updateTopic**](docs/TopicsApi.md#updateTopic) | **PATCH** /topics/{topicName} | Updates the topic with the specified name.
0 commit comments