CrynetLogistics commented on a change in pull request #18483: URL: https://github.com/apache/flink/pull/18483#discussion_r792444851
########## 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: The user is never expected to call createWriter right, I guess they're effectively prevented from doing so because they'll never have a InitContext object. I thought the createWriter was only here for the sink operator to use... -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org