Sha256: 693047c0c2dabddd22ce03d3349f2ba7a7d0e68b36ac85cdcdf5d94efd80e182
Contents?: true
Size: 777 Bytes
Versions: 8
Compression:
Stored size: 777 Bytes
Contents
<tr> <td> <span class="badge badge-secondary" 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, explore: true %> </td> <td> <%== relative_time job.updated_at %> </td> </tr>
Version data entries
8 entries across 8 versions & 1 rubygems