dannycranmer commented on a change in pull request #18483:
URL: https://github.com/apache/flink/pull/18483#discussion_r792624399



##########
File path: 
flink-connectors/flink-connector-aws-kinesis-data-streams/src/main/java/org/apache/flink/connector/kinesis/sink/KinesisDataStreamsSinkElementConverter.java
##########
@@ -71,12 +71,13 @@ public PutRecordsRequestEntry apply(InputT element, 
SinkWriter.Context context)
     @FunctionalInterface
     public interface PartitionKeyGenerator<InputT> extends Function<InputT, 
String>, Serializable {}

Review comment:
       As discussed, this needs to be `@PublicEvolving`




-- 
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]


Reply via email to