Sha256: 8bbb63cd1fc16bf56f1eed3a8bcaa27ec53e5efd50d69ba9390b712f2be7c454
Contents?: true
Size: 451 Bytes
Versions: 28
Compression:
Stored size: 451 Bytes
Contents
<% topic = partition[:topic] %> <tr> <td> <a href="<%= explorer_path(topic[:topic_name]) %>"> <%= topic[:topic_name] %> </a> <td> <a href="<%= explorer_path(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>
Version data entries
28 entries across 28 versions & 1 rubygems