Sha256: e582f46bda2b790ac2b7a3b04fede9389457e96e6b7fc91cd47fa598ae571c39
Contents?: true
Size: 572 Bytes
Versions: 12
Compression:
Stored size: 572 Bytes
Contents
<% topic = partition[:topic] %> <% if topic[:topic_name] != '__consumer_offsets' %> <tr> <td> <a href="<%= root_path('explorer', topic[:topic_name], 0) %>"> <%= topic[:topic_name] %> </a> <td> <a href="<%= root_path('explorer', topic[:topic_name], partition[:partition_id]) %>"> <%= partition[:partition_id] %> </a> </td> <td> <%= partition[:leader] %> </td> <td> <%= partition[:replica_count] %> </td> <td> <%= partition[:in_sync_replica_brokers] %> </td> </tr> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems