Sxnan commented on code in PR #138:
URL: https://github.com/apache/flink-agents/pull/138#discussion_r2354187740


##########
api/src/main/java/org/apache/flink/agents/api/configuration/AgentConfigOptions.java:
##########
@@ -23,4 +23,8 @@ public class AgentConfigOptions {
     /** The config parameter specifies the directory for the FileEvent file. */
     public static final ConfigOption<String> BASE_LOG_DIR =
             new ConfigOption<>("baseLogDir", String.class, null);
+
+    /** The config parameter specifies the backend for action state store. */
+    public static final ConfigOption<String> ACTION_STATE_STORE_BACKEND =
+            new ConfigOption<>("actionStateStoreBackend", String.class, 
"inmemory");

Review Comment:
   Yes, I think ActionStateStore should be optional to run a Flink agent job, 
so it makes more sense to make the default null. 



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