[ https://issues.apache.org/jira/browse/FLINK-8217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286741#comment-16286741 ]
ASF GitHub Bot commented on FLINK-8217: --------------------------------------- Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5138#discussion_r156231965 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/serialization/KinesisDeserializationSchemaWrapper.java --- @@ -27,6 +28,7 @@ * * @param <T> The type created by the deserialization schema. */ +@PublicEvolving public class KinesisDeserializationSchemaWrapper<T> implements KinesisDeserializationSchema<T> { --- End diff -- I think this is also only meant for `@Internal` use. > Properly annotate APIs of flink-connector-kinesis > ------------------------------------------------- > > Key: FLINK-8217 > URL: https://issues.apache.org/jira/browse/FLINK-8217 > Project: Flink > Issue Type: Sub-task > Components: Kinesis Connector > Affects Versions: 1.5.0 > Reporter: Bowen Li > Assignee: Bowen Li > Fix For: 1.5.0 > > -- This message was sent by Atlassian JIRA (v6.4.14#64029)