Skip to content

Commit

Permalink
Remove prefetch from pubsub source
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Jan 9, 2025
1 parent 78da1d5 commit 96e3f34
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ object PubsubSource {
} yield Stream
.fixedRateStartImmediately(config.debounceRequests, dampen = true)
.parEvalMapUnordered(parallelPullCount)(_ => pullAndManageState(config, stub, refStates))
.prefetchN(parallelPullCount)
.concurrently(extendDeadlines(config, stub, refStates))
.onFinalize(nackRefStatesForShutdown(config, stub, refStates))

Expand Down

0 comments on commit 96e3f34

Please sign in to comment.