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

[TubeMQ] Optimize GroupCountService logic implementation #2478

Closed
2 tasks done
Tracked by #2204
gosonzhang opened this issue Feb 12, 2022 · 0 comments · Fixed by #2479
Closed
2 tasks done
Tracked by #2204

[TubeMQ] Optimize GroupCountService logic implementation #2478

gosonzhang opened this issue Feb 12, 2022 · 0 comments · Fixed by #2479

Comments

@gosonzhang
Copy link
Contributor

Description

The parent issue is: #2204

This part is mainly used to manage statistics of input and output traffic indicators and services that output indicator data to files. But there are some problems:

  1. The class name is not intuitive enough to allow readers to understand the function of the class;
  2. The statistical implementation is not optimized enough, and there is performance loss;

For the above problems, we make corresponding adjustments, including changing the class name and using components with better performance for statistics.

InLong Component

InLong TubeMQ

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant