Browse Source

Merge pull request #884 from provectus/ISSUE-793_connector_stack_trace

Fixed Stack Trace not showing up when connector fails
Alex-Shirazi1 3 years ago
parent
commit
81a6564183

+ 4 - 0
kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml

@@ -409,6 +409,8 @@ components:
             - UNASSIGNED
         worker_id:
           type: string
+        trace:
+          type: string
 
     ConnectorStatus:
       type: object
@@ -427,6 +429,8 @@ components:
                 - UNASSIGNED
             worker_id:
               type: string
+            trace:
+              type: string
         tasks:
           type: array
           items: