Noted multiple hosts can be used.
This commit is contained in:
parent
9277bab553
commit
64e7d8b48f
@ -1,5 +1,5 @@
|
|||||||
kafka:
|
kafka:
|
||||||
url: 192.168.10.10:9092
|
url: 192.168.10.10:9092 # or comma seperated list of multiple hosts
|
||||||
group: mon-notification
|
group: mon-notification
|
||||||
alarm_topic: alarm-state-transitions
|
alarm_topic: alarm-state-transitions
|
||||||
notification_topic: alarm-notifications
|
notification_topic: alarm-notifications
|
||||||
@ -32,7 +32,7 @@ queues:
|
|||||||
sent_notifications_size: 50 # limiting this size reduces potential # of re-sent notifications after a failure
|
sent_notifications_size: 50 # limiting this size reduces potential # of re-sent notifications after a failure
|
||||||
|
|
||||||
zookeeper:
|
zookeeper:
|
||||||
url: 192.168.10.10:2181
|
url: 192.168.10.10:2181 # or comma seperated list of multiple hosts
|
||||||
max_offset_lag: 600 # In seconds, undefined for none
|
max_offset_lag: 600 # In seconds, undefined for none
|
||||||
|
|
||||||
logging: # Used in logging.dictConfig
|
logging: # Used in logging.dictConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user