Adapting persister because of changes to monasca common
Change-Id: I1a10e26340dcbd4dd634b32a52f554d073bfb946
This commit is contained in:
parent
b2479ae244
commit
3964f2aae2
@ -179,8 +179,8 @@ class AbstractPersister(threading.Thread):
|
||||
kafka_conf.group_id,
|
||||
kafka_conf.topic,
|
||||
repartition_callback=self._flush,
|
||||
periodic_callback=self._flush,
|
||||
periodic_callback_rate=kafka_conf.max_wait_time_seconds)
|
||||
commit_callback=self._flush,
|
||||
commit_timeout=kafka_conf.max_wait_time_seconds)
|
||||
|
||||
self._influxdb_client = InfluxDBClient(influxdb_conf.ip_address,
|
||||
influxdb_conf.port,
|
||||
|
Loading…
x
Reference in New Issue
Block a user