Skip to content
Snippets Groups Projects

Kafka producer bootstep

Merged Geoffrey Mo requested to merge geoffrey.mo/gwcelery:kafka-bootstep into main
Compare and
8 files
+ 85
0
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 6
0
@@ -80,6 +80,12 @@ then completely disable the GCN listener."""
email_host = 'imap.gmail.com'
"""IMAP hostname to receive the GCN e-mail notice formats."""
kafka_urls = {
'scimma': 'kafka://kafka.scimma.org/igwn.gwalert-playground',
'gcn': 'kafka://kafka.test.gcn.nasa.gov/igwn.gwalert'
}
"""Kafka broker URLs"""
superevent_d_t_start = {'gstlal': 1.0,
'spiir': 1.0,
'pycbc': 1.0,
Loading