Colibri Logo
Astro-COLIBRI
Menu

Alert Broker & Python SDK
In a hurry? Quick Start gets you your first alert in under a minute. To connect a non-Python client, see Connection parameters.
Broker status Checking publishing status… A confirmed heartbeat follows the same publishing pipeline as alerts. Show statisticsHide statistics Last confirmed heartbeat Last alert published

LIVE PUBLISHING MONITOR

Broker status & activity

Heartbeats are scheduled every 15 minutes. Health uses the creation time of a successfully published heartbeat; a quiet sky does not indicate an outage.

Alerts in selected periodPublication rate
Important alertsSubset of all alerts
Average / p95 delayQueue to Kafka · last 24 hours
Queued Retrying Could not publish · 24 h
Daily alert publications
Important All

Each bar is the all stream, with the important subset drawn over it. JSON and VOEvent copies count once; tests and heartbeats are excluded. All dates are UTC. Today is incomplete.

Event types

All-stream publications in the selected period.

New events & updates

These are publication counts, not distinct astronomical objects.

View daily counts as a table
Daily publication counts in UTC
DateAllImportantCoverage

Data as of . Refreshes every minute.

The Alert Broker
Python SDK
Consumer Reference
CLASS

astrocolibri.Consumer(username, password, *, broker_url=None, group_id=None, start_at="earliest", security_protocol="SASL_SSL", config=None)

show/hide
METHOD

.subscribe(topics, *, on_assign=None, on_revoke=None, on_lost=None)

show/hide
METHOD

.consume(num_messages=1, timeout=-1)

show/hide
METHOD

.close()

show/hide
Exceptions
Citation
License