{% block head %}{% endblock %}
Drakkar
Dashboard
Partitions
Sinks
Live
•
Debug
{% if is_cache_enabled() %}
Cache
{% endif %}
History
{% set sink_links = get_sink_ui_links() %} {% if sink_links %}
{% for link in sink_links %}
{% if link.sink_type == 'kafka' %}
{% elif link.sink_type == 'postgres' %}
{% elif link.sink_type == 'mongo' %}
{% elif link.sink_type == 'redis' %}
{% elif link.sink_type == 'http' %}
{% elif link.sink_type == 'filesystem' %}
{% else %}
{% endif %}
{% endfor %}
{% endif %}
{{ worker_id }}
scanning...
{% block content %}{% endblock %}