Sha256: 21889a12c362169fee4f3daf77cb8fc882454d1491d162f3e6afd621979d9db2

Contents?: true

Size: 422 Bytes

Versions: 7

Compression:

Stored size: 422 Bytes

Contents

# frozen_string_literal: true

module Karafka
  module Routing
    module Features
      # Namespace for feature allowing to enable the `#eofed` jobs.
      # We do not enable it always because users may only be interested in fast eofed yielding
      # without running the `#eofed` operation at all. This safes on empty cycles of running
      # pointless empty jobs.
      class Eofed < Base
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
karafka-2.4.14 lib/karafka/routing/features/eofed.rb
karafka-2.4.13 lib/karafka/routing/features/eofed.rb
karafka-2.4.12 lib/karafka/routing/features/eofed.rb
karafka-2.4.11 lib/karafka/routing/features/eofed.rb
karafka-2.4.10 lib/karafka/routing/features/eofed.rb
karafka-2.4.9 lib/karafka/routing/features/eofed.rb
karafka-2.4.8 lib/karafka/routing/features/eofed.rb