AmatyaAvadhanula commented on a change in pull request #12161:
URL: https://github.com/apache/druid/pull/12161#discussion_r788663109



##########
File path: 
extensions-core/kinesis-indexing-service/src/main/java/org/apache/druid/indexing/kinesis/KinesisRecordSupplier.java
##########
@@ -663,34 +660,35 @@ public String 
getEarliestSequenceNumber(StreamPartition<String> partition)
     return getSequenceNumber(partition, ShardIteratorType.TRIM_HORIZON);
   }
 
+  /**
+   * Use the API listShards which is the recommended way instead of 
describeStream
+   * listShards can return 1000 shards per call and has a limit of 100TPS

Review comment:
       
https://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html - 
says 100TPS




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to