Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# This file defines which Kafka consumers run on production.
# It also defines how many instances run in each server.
#
# Each entry represents an enabled consumer and results in a relevant rake task
# spawned (provided scale is > 0) in the involved Capistrano hosts (see example
# below).
#
# To disable a consumer, it is sufficient to comment it out or lower its scale
# to 0.
#
# The following would result in 2 instances of the consumer located at
# Rails.root/kafka/sample_consumer.rb being spawned on each Capistrano consumer
# host.
- name: "sample"
scale: 2