<%= job.process.name %>
|
<%= job.topic %>:
<%= job.partition %>
|
<%= job.consumer %>
<% unless job.tags.empty? %>
<%== tags(job.tags) %>
<% end %>
|
#<%= job.type %>
|
<%= job.messages %>
|
<%== offset_with_label job.topic, job.partition, job.first_offset, explore: true %>
|
<%== offset_with_label job.topic, job.partition, job.last_offset, explore: true %>
|
<%== offset_with_label job.topic, job.partition, job.committed_offset %>
|
<%== relative_time job.started_at %>
|