Bläddra i källkod

Fixed Stack Trace not showing up when connector fails

Alex-Shirazi-1 3 år sedan
förälder
incheckning
19f2db1f71

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

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