RocMarshal commented on code in PR #27580:
URL: https://github.com/apache/flink/pull/27580#discussion_r2796571305


##########
docs/static/generated/rest_v1_dispatcher.yml:
##########
@@ -2830,6 +2877,10 @@ components:
           type: string
         triggerId:
           $ref: '#/components/schemas/TriggerId'
+    SchedulerExecutionMode:
+      type: string
+      enum:
+      - REACTIVE

Review Comment:
   <img width="445" height="122" alt="Image" 
src="https://github.com/user-attachments/assets/84031d6d-bb15-4f4b-9bd8-9a9d97803feb";
 />
   
   Thanks for the reminder.
   There is only one enum value now.



##########
flink-runtime-web/src/test/resources/rest_api_v1.snapshot:
##########
@@ -4679,5 +4679,56 @@
         }
       }
     }
+  }, {
+    "url" : "/jobs/:jobid/rescales/config",
+    "method" : "GET",
+    "status-code" : "200 OK",
+    "file-upload" : false,
+    "path-parameters" : {
+      "pathParameters" : [ {
+        "key" : "jobid"
+      } ]
+    },
+    "query-parameters" : {
+      "queryParameters" : [ ]
+    },
+    "request" : {
+      "type" : "object",
+      "id" : 
"urn:jsonschema:org:apache:flink:runtime:rest:messages:EmptyRequestBody"
+    },
+    "response" : {
+      "type" : "object",
+      "id" : 
"urn:jsonschema:org:apache:flink:runtime:rest:messages:ThreadDumpInfo",

Review Comment:
   Nice catch!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to