<%== truncate(job.process.id, strategy: :middle) %>
|
<%= job.topic %>:
<%= job.partition %>
|
<%= job.consumer %>
<% unless job.tags.empty? %>
<%== tags(job.tags) %>
<% end %>
|
#<%= job.type %>
|
<%== offset_with_label job.topic, job.partition, job.first_offset %>
|
<%== relative_time job.updated_at %>
|