CrynetLogistics commented on a change in pull request #18483:
URL: https://github.com/apache/flink/pull/18483#discussion_r792465363
##########
File path:
flink-connectors/flink-connector-aws-kinesis-data-streams/src/main/java/org/apache/flink/connector/kinesis/sink/KinesisDataStreamsSink.java
##########
@@ -111,7 +111,7 @@
return new KinesisDataStreamsSinkBuilder<>();
}
- @Experimental
+ @Internal
Review comment:
i.e.
```
KinesisDataStreamsSink.createWriter(org.apache.flink.api.connector.sink.Sink$InitContext,
java.util.List): Argument leaf type
org.apache.flink.api.connector.sink.Sink$InitContext does not satisfy: reside
outside of package 'org.apache.flink..' or annotated with @Public or annotated
with @PublicEvolving or annotated with @Deprecated
KinesisDataStreamsSink.createWriter(org.apache.flink.api.connector.sink.Sink$InitContext,
java.util.List): Returned leaf type
org.apache.flink.api.connector.sink.SinkWriter does not satisfy: reside outside
of package 'org.apache.flink..' or annotated with @Public or annotated with
@PublicEvolving or annotated with @Deprecated
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]