Skip to content

Commit

Permalink
todone
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrayford committed Nov 14, 2016
1 parent 84d6003 commit 7288a54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/topics_info.js
Expand Up @@ -26,7 +26,6 @@ function topicInfo (topic) {
let lines = [
{name: 'Producers', values: [`${humanize.intComma(topic.messages_in_per_second)} ${humanize.pluralize(topic.messages_in_per_second, 'message')}/second (${humanize.fileSize(topic.bytes_in_per_second)}/second) total`]},
{name: 'Consumers', values: [`${humanize.fileSize(topic.bytes_out_per_second)}/second total`]},
// TODO: pluralize
{name: 'Partitions', values: [`${topic.partitions} ${humanize.pluralize(topic.partitions, 'partition')}`]},
{name: 'Replication Factor', values: [`${topic.replication_factor} (recommend > 1)`]}
]
Expand Down

0 comments on commit 7288a54

Please sign in to comment.