Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
//StateMachine
CompletableFuture<?> writeStateMachineData(LogEntryProto entry)
In StateMachine, we have writeStateMachineData to write the state machine data in the given log entry. It is inefficient to process state machine data in a log entry when the data size is large.
In this JIRA, we add new APIs to support streaming state machine data.
Attachments
Attachments
Issue Links
- depends upon
-
RATIS-959 Refactor xxxStateMachineData methods
- Resolved