Module: Karafka::TimeTrackers

Defined in:
lib/karafka/time_trackers/base.rb,
lib/karafka/time_trackers/poll.rb,
lib/karafka/time_trackers/pause.rb

Overview

Time trackers module.

Time trackers are used to track time in context of having a time poll (amount of time available for processing) or a pausing engine (pause for a time period).

Defined Under Namespace

Classes: Base, Pause, Poll