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
Copy file name to clipboardExpand all lines: packages/kafka-instance-sdk/src/main/java/com/openshift/cloud/api/kas/auth/GroupsApi.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ public ConsumerGroup getConsumerGroupById(String consumerGroupId, String order,
136
136
/**
137
137
* List of consumer groups in the Kafka instance.
138
138
* Returns a list of all consumer groups for a particular Kafka instance. The consumer groups returned are limited to those records the requestor is authorized to view.
139
-
* @param size Maximum number of consumer groups to return on single page (optional)
139
+
* @param limit Maximum number of consumer groups to return (optional)
140
140
* @param page The page when returning the list of consumer groups (optional)
141
141
* @param topic Return consumer groups where the topic name contains with this value (optional)
142
142
* @param groupIdFilter Return the consumer groups where the ID contains with this value (optional)
@@ -145,7 +145,7 @@ public ConsumerGroup getConsumerGroupById(String consumerGroupId, String order,
* Returns a list of all of the available topics, or the list of topics that meet the request query parameters. The topics returned are limited to those records the requestor is authorized to view.
174
-
* @param size Maximum number of topics to return on single page (optional)
174
+
* @param limit Maximum number of topics to return (optional)
175
175
* @param filter Filter to apply when returning the list of topics (optional)
176
176
* @param page The page when returning the limit of requested topics. (optional)
177
177
* @param order Order of the items sorting. Ascending order is used as default. (optional)
178
178
* @param orderKey Order key to sort the topics by. (optional)
0 commit comments