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


##########
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:
   I thought the last field is the default value, let me take a look at the 
configOption implementation again.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to