Tsz-wo Sze created RATIS-1116:
---------------------------------
Summary: Add
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
{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)