You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz-wo Sze (Jira)" <ji...@apache.org> on 2020/05/30 01:58:00 UTC

[jira] [Created] (RATIS-960) Support streaming state machine data

Tsz-wo Sze created RATIS-960:
--------------------------------

             Summary: Support streaming state machine data
                 Key: RATIS-960
                 URL: https://issues.apache.org/jira/browse/RATIS-960
             Project: Ratis
          Issue Type: New Feature
            Reporter: Tsz-wo Sze
            Assignee: Tsz-wo Sze


{code}
//StateMachine
CompletableFuture<?> writeStateMachineData(LogEntryProto entry)
{code}
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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)