dannycranmer commented on a change in pull request #18652:
URL: https://github.com/apache/flink/pull/18652#discussion_r801712913
##########
File path: docs/content.zh/docs/connectors/datastream/kinesis.md
##########
@@ -593,7 +593,7 @@ KinesisDataStreamsSink<String> kdsSink =
.setStreamName("your-stream-name")
// Required
.setFailOnError(false)
// Optional
.setMaxBatchSize(500)
// Optional
- .setMaxInFlightRequests(16)
// Optional
+ .setMaxInFlightRequests(50)
// Optional
Review comment:
How will this impact throttling issues (FLINK-25793)? I assume allowing
more parallel requests will increase throttling and reduce throughput? Should
we delay this PR until FLINK-25793 is complete?
--
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]