Sha256: d9c5aecc018ca773b528387ab20bbe169824386ef65f78ebd14332643e0a2118

Contents?: true

Size: 1.72 KB

Versions: 10

Compression:

Stored size: 1.72 KB

Contents

en:
  validations:
    topic:
      virtual_partitions.partitioner_respond_to_call: needs to be defined and needs to respond to `#call`
      virtual_partitions.max_partitions_format: needs to be equal or more than 1

      long_running_job.active_format: needs to be either true or false

      dead_letter_queue_with_virtual_partitions: when using Dead Letter Queue with Virtual Partitions, at least one retry is required.

      throttling.active_format: needs to be either true or false
      throttling.limit_format: needs to be equal or more than 1
      throttling.interval_format: needs to be equal or more than 1

      filtering.active_missing: needs to be present
      filtering.factory_format: 'needs to respond to #call'
      filtering.factories_format: 'needs to contain only factories responding to #call'
      filtering.active_format: 'needs to be boolean'

      expiring.ttl_format: 'needs to be equal or more than 0 and an integer'
      expiring.active_format: 'needs to be boolean'

      delaying.delay_format: 'needs to be equal or more than 0 and an integer'
      delaying.active_format: 'needs to be boolean'

    config:
      encryption.active_format: 'needs to be either true or false'
      encryption.public_key_invalid: 'is not a valid public RSA key'
      encryption.public_key_needs_to_be_public: 'is a private RSA key not a public one'
      encryption.private_keys_format: 'needs to be a hash of version and private key value'
      encryption.private_keys_need_to_be_private: 'all keys need to be private'
      encryption.version_format: must be a non-empty string
      encryption.public_key_format: 'is not a valid public RSA key'
      encryption.private_keys_invalid: 'contains an invalid private RSA key string'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
karafka-2.1.8 config/locales/pro_errors.yml
karafka-2.1.7 config/locales/pro_errors.yml
karafka-2.1.6 config/locales/pro_errors.yml
karafka-2.1.5 config/locales/pro_errors.yml
karafka-2.1.5.beta1 config/locales/pro_errors.yml
karafka-2.1.4 config/locales/pro_errors.yml
karafka-2.1.3 config/locales/pro_errors.yml
karafka-2.1.2 config/locales/pro_errors.yml
karafka-2.1.1 config/locales/pro_errors.yml
karafka-2.1.0 config/locales/pro_errors.yml