GreatEugenius commented on code in PR #480:
URL: https://github.com/apache/flink-agents/pull/480#discussion_r2726801190
##########
python/flink_agents/api/core_options.py:
##########
@@ -90,6 +90,10 @@ class AgentConfigOptions(metaclass=AgentConfigOptionsMeta):
default=None,
)
+
+class AgentExecutionOptions(metaclass=AgentConfigOptionsMeta):
Review Comment:
The purpose of AgentConfigOptionsMeta is to read the ConfigOption directly
from AgentExecutionOptions.java. If we have a ConfigOption from each side, we
can remove AgentConfigOptionsMeta.
--
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]