Skip to content

Commit

Permalink
chore(openapi): update kafka-admin/v1 OpenAPI document (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
  • Loading branch information
app-services-ci and app-services-ci authored Nov 5, 2021
1 parent 51745fb commit 980700a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .openapi/kafka-admin-rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -897,19 +897,23 @@ components:
Partition:
description: Kafka topic partition
required:
- id
- partition
type: object
properties:
partition:
description: The partition id, unique among partitions of the same topic
type: integer
id:
description: Uniquie id for the partition
description: Unique id for the partition (deprecated, use `partition` instead)
type: integer
deprecated: true
replicas:
description: List of replicas for the partition
type: array
items:
$ref: '#/components/schemas/Node'
isr:
description: List isync-replicas for this partition.
description: List in-sync replicas for this partition.
type: array
items:
$ref: '#/components/schemas/Node'
Expand Down

0 comments on commit 980700a

Please sign in to comment.