letaoj commented on code in PR #138:
URL: https://github.com/apache/flink-agents/pull/138#discussion_r2347884285
##########
runtime/src/main/java/org/apache/flink/agents/runtime/operator/ActionExecutionOperator.java:
##########
@@ -138,6 +145,7 @@ public ActionExecutionOperator(
this.mailboxExecutor = mailboxExecutor;
this.eventLogger =
EventLoggerFactory.createLogger(EventLoggerConfig.builder().build());
this.eventListeners = new ArrayList<>();
+ this.actionStateStore = new KafkaActionStateStore();
Review Comment:
@xintongsong any suggestion on how to make it configurable? I do not see any
Configuration passed in to this operator. I might miss a bit context here.
--
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]