Skip to content

Commit

Permalink
remove should-poll? from decorator context
Browse files Browse the repository at this point in the history
  • Loading branch information
idantavor committed Jul 25, 2024
1 parent f734328 commit 0b23bc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ketu/async/source.clj
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@
consumer-close-timeout-ms (:ketu.source/consumer-close-timeout-ms opts)
should-poll? (volatile! true)
decorator-fn (some-> (:ketu.source/consumer-decorator opts)
(partial {:ketu.source/consumer consumer
:ketu.source/should-poll? should-poll?}))
(partial {:ketu.source/consumer consumer}))

abort-pending-put (async/chan)
done-putting (async/chan)
Expand Down

0 comments on commit 0b23bc6

Please sign in to comment.