Sha256: 3ae42fa14515bb195bdd5b6da90b595146b1589c39c6b7e0d21ac88c64bfc1a6
Contents?: true
Size: 642 Bytes
Versions: 80
Compression:
Stored size: 642 Bytes
Contents
# frozen_string_literal: true module Karafka module Routing module Features # All the things needed to be able to manage manual offset management from the routing # perspective. # # Manual offset management allows users to completely disable automatic management of the # offset. This can be used for implementing long-living window operations and other things # where we do not want to commit the offset with each batch. # # Not all the Karafka and Karafka Pro features may be compatible with this feature being on. class ManualOffsetManagement < Base end end end end
Version data entries
80 entries across 80 versions & 1 rubygems