Sha256: 2ad5b4f2c4f77be2933586265cf5fe14141d3a3badf7a57c928709ca0a90c511
Contents?: true
Size: 494 Bytes
Versions: 80
Compression:
Stored size: 494 Bytes
Contents
# frozen_string_literal: true module Karafka module Routing module Features # This feature allows to continue processing when encountering errors. # After certain number of retries, given messages will be moved to alternative topic, # unclogging processing. # # @note This feature has an expanded version in the Pro mode. We do not use a new feature # injection in Pro (topic settings) class DeadLetterQueue < Base end end end end
Version data entries
80 entries across 80 versions & 1 rubygems