Skip to content

Commit

Permalink
BE: Add Restarting connector state enum (#405)
Browse files Browse the repository at this point in the history
Co-authored-by: iliax <[email protected]>
  • Loading branch information
iliax and iliax authored May 22, 2024
1 parent 19e95fe commit 0f2ca72
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 @@ -3471,6 +3471,7 @@ components:
- PAUSED
- UNASSIGNED
- TASK_FAILED
- RESTARTING

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 @@ -447,6 +447,7 @@ components:
- FAILED
- PAUSED
- UNASSIGNED
- RESTARTING
worker_id:
type: string
trace:
Expand Down

0 comments on commit 0f2ca72

Please sign in to comment.