Skip to content

Commit

Permalink
Add stream number of subject info
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonberrutti committed May 30, 2022
1 parent 88c6475 commit 62662ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/stream_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,7 @@ func (c *streamCmd) showStreamInfo(info *api.StreamInfo) {
}

fmt.Printf(" Active Consumers: %d\n", info.State.Consumers)
fmt.Printf(" Number of Subjects: %d\n", info.State.NumSubjects)

if len(info.Alternates) > 0 {
fmt.Printf(" Alternates: ")
Expand Down

0 comments on commit 62662ba

Please sign in to comment.