Sha256: 42052fbc32ec3ce2ced76c5b947aacd6442976ca92cf787e665ebcd6ef94dc91
Contents?: true
Size: 903 Bytes
Versions: 4
Compression:
Stored size: 903 Bytes
Contents
<tr> <td> <a href="<%= root_path('consumers', job.process.id, 'subscriptions') %>"> <%= job.process.name %> </a> </td> <td> <span class="badge bg-secondary badge-topic" title="Consumer group: <%= job.consumer_group %>"> <%= job.topic %>: <%= job.partition %> </span> </td> <td> <code><%= job.consumer %></code> <% unless job.tags.empty? %> <br/> <%== tags(job.tags) %> <% end %> </td> <td> <code>#<%= job.type %></code> </td> <td> <%= job.messages %> </td> <td> <%== offset_with_label job.topic, job.partition, job.first_offset, explore: true %> </td> <td> <%== offset_with_label job.topic, job.partition, job.last_offset, explore: true %> </td> <td> <%== offset_with_label job.topic, job.partition, job.committed_offset %> </td> <td> <%== relative_time job.updated_at %> </td> </tr>
Version data entries
4 entries across 4 versions & 1 rubygems