TODO to add multistream support to read from lease tables.

This commit is contained in:
Joshua Kim 2020-03-20 13:12:32 -07:00
parent 0052b5799c
commit 30ef7f62b1

View file

@ -117,6 +117,7 @@ public class HierarchicalShardSyncer {
final boolean ignoreUnexpectedChildShards, final MetricsScope scope, List<Shard> latestShards)
throws DependencyException, InvalidStateException, ProvisionedThroughputException, KinesisClientLibIOException {
//TODO: Need to add multistream support for this https://sim.amazon.com/issues/KinesisLTR-191
final boolean isLeaseTableEmpty = leaseRefresher.isLeaseTableEmpty();
if (!CollectionUtils.isNullOrEmpty(latestShards)) {