{% extends "base.html" %} {% block content %}
{{ app_id }}
| Queue | Pending | Active Consumers | Status | Consumers |
|---|---|---|---|---|
{{ row.queue }} |
{{ row.pending }} | {{ row.active_consumers }} | {% if row.status == "not_configured" %} not configured {% elif row.status == "not_consumed" %} not consumed {% else %} consuming {% endif %} | {% if row.consumer_ids %} {{ row.consumer_ids | join(", ") }} {% else %} - {% endif %} |
Permanently delete all data from broker, orchestrator, state backend, and data store.