flink-agents
flink-agents copied to clipboard
[Feature] Support Configuring Event Logger via Configuration System
Search before asking
- [x] I searched in the issues and found nothing similar.
Description
Problem: The current implementation of the event logger system in #103 uses hardcoded or static values, making it inflexible and difficult to adapt across different environments (e.g., dev, test, prod).
Goal: Add support for configuring the event logger using the Flink Agents configuration system.
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!