Skip to content

Commit

Permalink
Merge branch 'master' into ddb-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 authored Aug 19, 2024
2 parents dd113e2 + 815a516 commit 7ebf94a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sources/dynamodb/offsets/offsets.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/artie-labs/reader/lib/ttlmap"
"github.com/artie-labs/reader/lib/storage/ttlmap"
)

// ShardExpirationAndBuffer - Buffer for when a shard is closed as the records have a TTL of 24h. However, garbage collection is async.
Expand Down
2 changes: 1 addition & 1 deletion sources/mongo/streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/artie-labs/reader/config"
"github.com/artie-labs/reader/lib"
"github.com/artie-labs/reader/lib/iterator"
"github.com/artie-labs/reader/lib/persistedmap"
"github.com/artie-labs/reader/lib/storage/persistedmap"
)

const offsetKey = "offset"
Expand Down

0 comments on commit 7ebf94a

Please sign in to comment.