TODO to add multistream support to read from lease tables.
This commit is contained in:
parent
0052b5799c
commit
30ef7f62b1
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ public class HierarchicalShardSyncer {
|
||||||
final boolean ignoreUnexpectedChildShards, final MetricsScope scope, List<Shard> latestShards)
|
final boolean ignoreUnexpectedChildShards, final MetricsScope scope, List<Shard> latestShards)
|
||||||
throws DependencyException, InvalidStateException, ProvisionedThroughputException, KinesisClientLibIOException {
|
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();
|
final boolean isLeaseTableEmpty = leaseRefresher.isLeaseTableEmpty();
|
||||||
|
|
||||||
if (!CollectionUtils.isNullOrEmpty(latestShards)) {
|
if (!CollectionUtils.isNullOrEmpty(latestShards)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue