Skip to content

Commit f9eb475

Browse files
authored
Merge pull request #14172 from rabbitmq/man-rabbitmq-streams-complete
Add activate consumer and list tracking to rabbitmq-streams man page
2 parents 4390bb6 + 523c87f commit f9eb475

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

deps/rabbit/docs/rabbitmq-streams.8

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.\"
66
.\" Copyright (c) 2007-2025 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
77
.\"
8-
.Dd February 18, 2025
8+
.Dd July 1, 2025
99
.Dt RABBITMQ-STREAMS 8
1010
.Os "RabbitMQ Server"
1111
.Sh NAME
@@ -132,6 +132,14 @@ Example:
132132
.Ss Stream plugin
133133
.Bl -tag -width Ds
134134
.\" ------------------------------------------------------------------
135+
.It Cm activate_stream_consumer Fl -stream Ar stream Fl -reference Ar reference Oo Fl -vhost Ar vhost Oc
136+
.Pp
137+
Trigger a rebalancing to activate a consumer in a single active consumer group.
138+
.Pp
139+
Example:
140+
.Sp
141+
.Dl rabbitmq-streams activate_stream_consumer --stream stream --reference app-1
142+
.\" ------------------------------------------------------------------
135143
.It Cm list_stream_connections Op Ar connectioninfoitem ...
136144
.Pp
137145
Returns stream protocol connection statistics.
@@ -338,13 +346,13 @@ The initial cluster size of partition streams.
338346
Create a super stream.
339347
.\" ------------------------------------------------------------------
340348
.It Cm delete_super_stream Ar super-stream Oo Fl -vhost Ar vhost Oc
349+
.Pp
350+
Delete a super stream.
341351
.Bl -tag -width Ds
342352
.It Ar super-stream
343353
The name of the super stream to delete.
344354
.It Ar vhost
345355
The virtual host of the super stream.
346-
.Pp
347-
Delete a super stream.
348356
.El
349357
\" ------------------------------------------------------------------
350358
.It Cm list_stream_consumer_groups Oo Fl p Ar vhost Oc Op Ar groupinfoitem ...
@@ -382,6 +390,7 @@ for each group:
382390
.It Cm list_stream_group_consumers Fl -stream Ar stream Fl -reference Ar reference Oo Fl -vhost Ar vhost Oc Op Ar consumerinfoitem ...
383391
.Pp
384392
Lists consumers of a stream consumer group in a vhost.
393+
.Bl -tag -width Ds
385394
.It Ar stream
386395
The stream the consumers are attached to.
387396
.It Ar reference
@@ -420,6 +429,30 @@ For example, this command displays the connection name and state
420429
for each consumer attached to the stream-1 stream and belonging to the stream-1 group:
421430
.sp
422431
.Dl rabbitmq-streams list_stream_group_consumers --stream stream-1 --reference stream-1 connection_name state
432+
\" ------------------------------------------------------------------
433+
.It Cm list_stream_tracking Ar stream Oo Fl -all | Fl -offset | Fl -writer Oc Oo Fl -vhost Ar vhost Oc
434+
.Pp
435+
Lists tracking information for a stream.
436+
.Pp
437+
.Bl -tag -width Ds
438+
.It Ar stream
439+
The name of the stream.
440+
.El
441+
.Pp
442+
Tracking information can be filtered by their type using one
443+
of the following mutually exclusive options:
444+
.Bl -tag -width Ds
445+
.It Fl -all
446+
List offset tracking and writer deduplication information.
447+
.It Fl -offset
448+
List only offset tracking information.
449+
.It Fl -writer
450+
List only writer deduplication tracking information.
451+
.El
452+
.Pp
453+
Example:
454+
.Sp
455+
.Dl rabbitmq-streams list_stream_tracking stream-1 --offset
423456
.El
424457
.\" ------------------------------------------------------------------
425458
.Sh SEE ALSO

0 commit comments

Comments
 (0)