-
Notifications
You must be signed in to change notification settings - Fork 318
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
Feature: add statemachine for dledger #128
Feature: add statemachine for dledger #128
Conversation
@hzh0425 Do you prepare for our 2022 summer program which is hosted by the Chinese Academy of Sciences? If not, I recommend you sign up. This is one of our topics this year. |
@vongosling I participated, I know there is another snapshot topic, but I will add the state machine first, so that another contributor can do this topic later. Maybe @RongtongJin can take a look, I am in close communication with him |
Nice, Jin is one of our mentors. |
@vongosling yep, Actually, I'm on another topic, the mentor is Jin, but the topic need to add a state machine to the dledger first. |
@@ -0,0 +1,7 @@ | |||
package io.openmessaging.storage.dledger.snapshot; |
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.
Apache header needs to be added
@@ -0,0 +1,7 @@ | |||
package io.openmessaging.storage.dledger.snapshot; |
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.
Apache header needs to be added
@@ -0,0 +1,46 @@ | |||
package io.openmessaging.storage.dledger.statemachine; |
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.
Apache header needs to be added
Merge to statemachine branch first. |
What is the purpose of the change
Add a state machine for dledger, support apply, snapshotSave, snapshotLoad.
tracking issue: apache/rocketmq#4330