sklaha commented on code in PR #258:
URL: https://github.com/apache/cassandra-sidecar/pull/258#discussion_r2442720459


##########
server/src/main/java/org/apache/cassandra/sidecar/handlers/AbstractHandler.java:
##########
@@ -317,4 +324,32 @@ public static String 
extractHostAddressWithoutPort(HttpServerRequest request) th
         }
         return host;
     }
+
+    /**
+     * Handles the submission and execution of an operational job.
+     *
+     * @param jobManager the manager responsible for submitting and tracking 
operational jobs
+     * @param config     the service configuration containing execution 
parameters
+     * @param context    the routing context for the HTTP request/response
+     * @param job        the operational job to be executed
+     */
+    protected void handleOperationalJob(OperationalJobManager jobManager, 
ServiceConfiguration config, RoutingContext context, OperationalJob job)

Review Comment:
   I updated the code based on our discussion. Please check if it's good now.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to