flink-agents icon indicating copy to clipboard operation
flink-agents copied to clipboard

[Feature] Support Configuring Event Logger via Configuration System

Open GreatEugenius opened this issue 4 months ago • 3 comments

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!

GreatEugenius avatar Aug 19 '25 07:08 GreatEugenius