Sha256: e032c26efb9f4414ffb32e3f8e76e56e8c723df585de3d9cecafc4323b7eded6
Contents?: true
Size: 472 Bytes
Versions: 64
Compression:
Stored size: 472 Bytes
Contents
# frozen_string_literal: true module Karafka module Routing module Features # This feature allows to store per topic structure that can be later on used to bootstrap # topics structure for test/development, etc. This allows to share the same set of settings # for topics despite the environment. Pretty much similar to how the `structure.sql` or # `schema.rb` operate for SQL dbs. class Declaratives < Base end end end end
Version data entries
64 entries across 64 versions & 1 rubygems