Module: Karafka::Contracts
- Defined in:
- lib/karafka/contracts.rb,
lib/karafka/contracts/base.rb
Overview
Namespace for all the validation contracts that we use to check input
Defined Under Namespace
Classes: Base
Constant Summary collapse
- TOPIC_REGEXP =
Note:
It is not nested inside of the contracts, as it is used by couple of them
Regexp for validating format of groups and topics
/^[A-Za-z0-9\-_.]+$/