Sha256: ca4ea227710ed3eb0974e6d78100ddb51c9727a6a9c078c583bfbcaf6fae06a9
Contents?: true
Size: 903 Bytes
Versions: 11
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.started_at %> </td> </tr>
Version data entries
11 entries across 11 versions & 1 rubygems