yanand0909 commented on code in PR #422:
URL: https://github.com/apache/flink-agents/pull/422#discussion_r2683652514


##########
python/flink_agents/api/runner_context.py:
##########
@@ -186,6 +186,48 @@ def action_metric_group(self) -> MetricGroup:
             The individual metric group specific to the current action.
         """
 
+    @abstractmethod
+    def execute(

Review Comment:
   Just another suggestion if it makes sense, we can separate durable specific 
operations
   
   ```
     runner_context.durable.execute(...) 
     runner_context.durable.execute_async(...) 
   ```



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