Updated contract.
This commit is contained in:
parent
e7d6ad65e0
commit
ae904cc856
1 changed files with 3 additions and 1 deletions
|
@ -269,11 +269,12 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
description: The format is [partition]::[offset] for specifying offsets or [partition]::[timstamp in millis] for specifying timestamps
|
description: The format is [partition]::[maximum offset] for specifying offsets or [partition]::[maximum timestamp in milliseconds] for specifying timestamps
|
||||||
- name: limit
|
- name: limit
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
|
description: Maximum amount of messages for each partition
|
||||||
- name: q
|
- name: q
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
|
@ -287,6 +288,7 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/TopicMessage'
|
$ref: '#/components/schemas/TopicMessage'
|
||||||
|
description: Array of topic messages sorted in descending order by offset or timestamp
|
||||||
|
|
||||||
/api/clusters/{clusterName}/consumer-groups/{id}:
|
/api/clusters/{clusterName}/consumer-groups/{id}:
|
||||||
get:
|
get:
|
||||||
|
|
Loading…
Add table
Reference in a new issue