[ 
https://issues.apache.org/jira/browse/RATIS-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

runzhiwang resolved RATIS-1116.
-------------------------------
    Resolution: Fixed

> 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
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> {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)

Reply via email to