[
https://issues.apache.org/jira/browse/RATIS-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17223985#comment-17223985
]
Tsz-wo Sze commented on RATIS-1084:
-----------------------------------
A single DataStreamServer per RaftServer. When the stream server receives a
request, it just forwards the RaftServerRequest to RaftServer. Then, RaftServer
will handle the multi-group part.
This JIRA is to make sure the group info is passed correctly from
DataStreamClient to DataStreamServer and then RaftServer. Also, we need to get
the StateMachine for the group from the RaftServer when creating a stream.
> Support multiple groups in Streaming
> ------------------------------------
>
> Key: RATIS-1084
> URL: https://issues.apache.org/jira/browse/RATIS-1084
> Project: Ratis
> Issue Type: Sub-task
> Components: Streaming
> Reporter: Tsz-wo Sze
> Assignee: Rui Wang
> Priority: Major
>
> Similar to multi-raft, streaming should also support multiple groups.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)