Skip to content

Commit 164f271

Browse files
committed
BE: Add STOPPED connector state (kafbat#510)
1 parent 8c70126 commit 164f271

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
@@ -3472,6 +3472,7 @@ components:
34723472
- UNASSIGNED
34733473
- TASK_FAILED
34743474
- RESTARTING
3475+
- STOPPED
34753476

34763477
ConnectorAction:
34773478
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
@@ -448,6 +448,7 @@ components:
448448
- PAUSED
449449
- UNASSIGNED
450450
- RESTARTING
451+
- STOPPED
451452
worker_id:
452453
type: string
453454
trace:

0 commit comments

Comments
 (0)