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

feat(proxy): introduce TimerService #493

Merged
merged 2 commits into from
Oct 30, 2023
Merged

feat(proxy): introduce TimerService #493

merged 2 commits into from
Oct 30, 2023

Conversation

ShadowySpirits
Copy link
Contributor

close #483

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

Qodana for JVM

4 new problems were found

Inspection name Severity Problems
Field can be local 🔶 Warning 2
Commented out code ◽️ Notice 1
Duplicated code fragment ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Signed-off-by: SSpirits <admin@lv5.moe>
Signed-off-by: SSpirits <admin@lv5.moe>
@codecov
Copy link

codecov bot commented Oct 27, 2023

The author of this PR, ShadowySpirits, is not an activated member of this organization on Codecov.
Please activate this user on Codecov to display this PR comment.
Coverage data is still being uploaded to Codecov.io for purposes of overall coverage calculations.
Please don't hesitate to email us at support@codecov.io with any questions.

import org.apache.rocketmq.logging.org.slf4j.Logger;
import org.apache.rocketmq.logging.org.slf4j.LoggerFactory;

public abstract class ServiceThread implements Runnable, Lifecycle {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个不考虑直接用rocketmq内置的ServiceThread么。。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

store没有依赖rocketmq

@daniel-y daniel-y merged commit 1f7e671 into main Oct 30, 2023
7 of 9 checks passed
@daniel-y daniel-y deleted the timer_service branch October 30, 2023 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor reveive service
2 participants