|
5 | 5 | .\" |
6 | 6 | .\" Copyright (c) 2007-2025 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. |
7 | 7 | .\" |
8 | | -.Dd February 18, 2025 |
| 8 | +.Dd July 1, 2025 |
9 | 9 | .Dt RABBITMQ-STREAMS 8 |
10 | 10 | .Os "RabbitMQ Server" |
11 | 11 | .Sh NAME |
@@ -132,6 +132,14 @@ Example: |
132 | 132 | .Ss Stream plugin |
133 | 133 | .Bl -tag -width Ds |
134 | 134 | .\" ------------------------------------------------------------------ |
| 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 | +.\" ------------------------------------------------------------------ |
135 | 143 | .It Cm list_stream_connections Op Ar connectioninfoitem ... |
136 | 144 | .Pp |
137 | 145 | Returns stream protocol connection statistics. |
@@ -338,13 +346,13 @@ The initial cluster size of partition streams. |
338 | 346 | Create a super stream. |
339 | 347 | .\" ------------------------------------------------------------------ |
340 | 348 | .It Cm delete_super_stream Ar super-stream Oo Fl -vhost Ar vhost Oc |
| 349 | +.Pp |
| 350 | +Delete a super stream. |
341 | 351 | .Bl -tag -width Ds |
342 | 352 | .It Ar super-stream |
343 | 353 | The name of the super stream to delete. |
344 | 354 | .It Ar vhost |
345 | 355 | The virtual host of the super stream. |
346 | | -.Pp |
347 | | -Delete a super stream. |
348 | 356 | .El |
349 | 357 | \" ------------------------------------------------------------------ |
350 | 358 | .It Cm list_stream_consumer_groups Oo Fl p Ar vhost Oc Op Ar groupinfoitem ... |
@@ -382,6 +390,7 @@ for each group: |
382 | 390 | .It Cm list_stream_group_consumers Fl -stream Ar stream Fl -reference Ar reference Oo Fl -vhost Ar vhost Oc Op Ar consumerinfoitem ... |
383 | 391 | .Pp |
384 | 392 | Lists consumers of a stream consumer group in a vhost. |
| 393 | +.Bl -tag -width Ds |
385 | 394 | .It Ar stream |
386 | 395 | The stream the consumers are attached to. |
387 | 396 | .It Ar reference |
@@ -420,6 +429,30 @@ For example, this command displays the connection name and state |
420 | 429 | for each consumer attached to the stream-1 stream and belonging to the stream-1 group: |
421 | 430 | .sp |
422 | 431 | .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 |
423 | 456 | .El |
424 | 457 | .\" ------------------------------------------------------------------ |
425 | 458 | .Sh SEE ALSO |
|
0 commit comments