Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up ResultEventListener initialization/refactor ResultFileHierarchy #251

Open
sebastian-peter opened this issue Jun 3, 2022 · 0 comments
Labels
code quality Code readability or efficiency is improved

Comments

@sebastian-peter
Copy link
Member

sebastian-peter commented Jun 3, 2022

With the implementation of a Kafka ResultEvent sink in #24, it became even more apparent that the class ResultFileHierarchy that is required for initialization carries a lot of attribtues that are only required for csv output.
Thus, it should only be created (required) for result configurations that output to csv.

@sebastian-peter sebastian-peter added the code quality Code readability or efficiency is improved label Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Code readability or efficiency is improved
Projects
None yet
Development

No branches or pull requests

1 participant