[
https://issues.apache.org/jira/browse/RATIS-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz-wo Sze updated RATIS-1116:
------------------------------
Summary: Add DataStreamType (was: Add )
> Add DataStreamType
> ------------------
>
> Key: RATIS-1116
> URL: https://issues.apache.org/jira/browse/RATIS-1116
> Project: Ratis
> Issue Type: Sub-task
> Components: Streaming
> Reporter: Tsz-wo Sze
> Assignee: Tsz-wo Sze
> Priority: Major
>
> {code:java}
> public enum SupportedDataStreamType implements DataStreamFactory {
> {code}
> Just found that somehow SupportedDataStreamType implements DataStreamFactory.
> It should be
> {code:java}
> public enum SupportedDataStreamType implements DataStreamType {
> {code}
> where DataStreamType is currently missing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)