We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dd45b commit 5446d76Copy full SHA for 5446d76
deps/rabbit/docs/rabbitmq-streams.8
@@ -119,6 +119,15 @@ Example:
119
.Sp
120
.Dl rabbitmq-streams stream_status --vhost Qo a-vhost Qc Qo a-stream Qc
121
.\" ------------------------------------
122
+.It Cm restart_stream Ar stream Fl -vhost Ar virtual-host Fl --preferred-leader-node Ar node
123
+.Pp
124
+Restarts a stream including all it's replicas. Optionally specifying a preferred
125
+node that the command should try to place the leader on during restart.
126
127
+Example:
128
+.Sp
129
+.Dl rabbitmq-streams restart_stream --vhost Qo a-vhost Qc Qo a-stream Qc --preferred-leader-node Qo node
130
+.\" ------------------------------------
131
.El
132
.Ss Policies
133
.Bl -tag -width Ds
0 commit comments