Skip to content

Commit 0f2ca72

Browse files
iliaxiliax
andauthored
BE: Add Restarting connector state enum (#405)
Co-authored-by: iliax <ilya.kuramshin@almatech.dev>
1 parent 19e95fe commit 0f2ca72

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contract/src/main/resources/swagger/kafbat-ui-api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3471,6 +3471,7 @@ components:
34713471
- PAUSED
34723472
- UNASSIGNED
34733473
- TASK_FAILED
3474+
- RESTARTING
34743475

34753476
ConnectorAction:
34763477
type: string

contract/src/main/resources/swagger/kafka-connect-api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ components:
447447
- FAILED
448448
- PAUSED
449449
- UNASSIGNED
450+
- RESTARTING
450451
worker_id:
451452
type: string
452453
trace:

0 commit comments

Comments
 (0)