vahmed-hamdy commented on code in PR #70:
URL: 
https://github.com/apache/flink-connector-aws/pull/70#discussion_r1175722682


##########
flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/sink/KinesisStreamsSinkWriter.java:
##########
@@ -144,6 +150,8 @@
                         .setMaxBufferedRequests(maxBufferedRequests)
                         .setMaxTimeInBufferMS(maxTimeInBufferMS)
                         .setMaxRecordSizeInBytes(maxRecordSizeInBytes)
+                        .setRateLimitingStrategy(

Review Comment:
   @dannycranmer Do you think we should follow up with regression testing for 
KDF/DDB?
   
   I am skeptical to enforce it against `AsyncSink` as the previous value is 
standard for AIMD and could be addressed by sink implementer as suitable. 



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