CrynetLogistics commented on a change in pull request #18652:
URL: https://github.com/apache/flink/pull/18652#discussion_r801723639
##########
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:
I'm tempted to merge this one now since we would like our value for
`maxInFlightRequests` to be 50 eventually. 16 was originally picked arbitrarily
I'm afraid, but I feel we will be trying a variety of values for
`maxInFlightRequests` during testing throughput/throttling for FLINK-25793. :-)
--
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]