Skip to content

Commit

Permalink
added in hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-canva committed Sep 28, 2023
1 parent c60fdb4 commit 34bbdb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/impl/aws/input_kinesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ func (k *kinesisReader) runBalancedShards() {
for _, streamID := range k.balancedStreams {
shardsRes, err := k.svc.ListShardsWithContext(k.ctx, &kinesis.ListShardsInput{
StreamName: aws.String(streamID),
ShardFilter: &kinesis.ShardFilter{
Type: aws.String("AT_LATEST"),
},
})

var clientClaims map[string][]awsKinesisClientClaim
Expand Down

0 comments on commit 34bbdb5

Please sign in to comment.