monasca-persister/monasca_persister/conf
Thomas Bechtold 6508384060 Change default for [kafka]num_processors to 1
Currently the default for [kafka]num_processors is 0. This can lead to
the situation where monasca-persister starts but nothing happens
because no processes are started.
This can happen very easy in the default configuration where the
"num_processors" value in the different
sections ([kafka_alarm_history], [kafka_events], [kafka_metrics]) is
set to:

num_processors = $kafka.num_processors

which means that in the default case, 0 processes are started.
This is fixed now because the default for [kafka]num_processors is now
1.

Change-Id: I2c8ed56bbe91648543044201d7b6320f88a724c7
2019-01-29 10:39:01 +01:00
..
__init__.py Use oslo-config-generator 2017-07-28 13:48:01 +02:00
cassandra.py Add Cassandra db support 2017-12-15 17:51:26 +00:00
elasticsearch.py Parse envelope fields from kafka to prepare the ES index 2018-10-10 14:52:43 +02:00
influxdb.py Allow hostnames to be used as ip_address 2017-10-19 05:56:13 +00:00
kafka_alarm_history.py includes options defined in kafka common 2018-06-22 15:35:10 +01:00
kafka_common.py Change default for [kafka]num_processors to 1 2019-01-29 10:39:01 +01:00
kafka_events.py Adding batch size for events configuration 2018-08-24 12:14:34 +00:00
kafka_metrics.py includes options defined in kafka common 2018-06-22 15:35:10 +01:00
repositories.py Update pep8 checks 2018-04-11 16:21:51 +02:00
types.py Use oslo-config-generator 2017-07-28 13:48:01 +02:00
zookeeper.py Use oslo-config-generator 2017-07-28 13:48:01 +02:00