Skip to content

Commit

Permalink
BE: KC: Fix connector listing with STOPPED state (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
developster authored Aug 1, 2024
1 parent 8c70126 commit 7720cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contract/src/main/resources/swagger/kafbat-ui-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3472,6 +3472,7 @@ components:
- UNASSIGNED
- TASK_FAILED
- RESTARTING
- STOPPED

ConnectorAction:
type: string
Expand Down
1 change: 1 addition & 0 deletions contract/src/main/resources/swagger/kafka-connect-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ components:
- PAUSED
- UNASSIGNED
- RESTARTING
- STOPPED
worker_id:
type: string
trace:
Expand Down

0 comments on commit 7720cc2

Please sign in to comment.