Sha256: e23cf30da1bf460ce8315a4867f51e4dcd5c1b057b7d4ec1a86ac63fd088be55
Contents?: true
Size: 331 Bytes
Versions: 69
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true module Karafka # Namespace for all the validation contracts that we use to check input module Contracts # Regexp for validating format of groups and topics # @note It is not nested inside of the contracts, as it is used by couple of them TOPIC_REGEXP = /^[A-Za-z0-9\-_.]+$/ end end
Version data entries
69 entries across 69 versions & 1 rubygems