-
Notifications
You must be signed in to change notification settings - Fork 34
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
Conversation
Qodana for JVM4 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
807855e
to
2a1614d
Compare
Signed-off-by: SSpirits <admin@lv5.moe>
2a1614d
to
7b884a1
Compare
Signed-off-by: SSpirits <admin@lv5.moe>
The author of this PR, ShadowySpirits, is not an activated member of this organization on Codecov. |
import org.apache.rocketmq.logging.org.slf4j.Logger; | ||
import org.apache.rocketmq.logging.org.slf4j.LoggerFactory; | ||
|
||
public abstract class ServiceThread implements Runnable, Lifecycle { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个不考虑直接用rocketmq内置的ServiceThread么。。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
store没有依赖rocketmq
close #483