dannycranmer commented on code in PR #20876:
URL: https://github.com/apache/flink/pull/20876#discussion_r978417586
##########
docs/content.zh/docs/connectors/table/kinesis.md:
##########
@@ -776,7 +776,7 @@ You can enable and configure EFO with the following
properties:
This is the preferred strategy for the majority of applications.
However, jobs with parallelism greater than 1 will result in tasks
competing to register and acquire the stream consumer ARN.
For jobs with very large parallelism this can result in an increased
start-up time.
- The describe operation has a limit of 20 [transactions per
second](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_DescribeStreamConsumer.html),
Review Comment:
I think this is intentional, the API is called `DescribeStreamConsumer`,
could be more explicit and change to
> The `DescribeStreamConsumer` operation
--
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]