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.
2 parents 58dd45b + 5bdc7d2 commit 6d4fdc4Copy full SHA for 6d4fdc4
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 of it's replicas. The optional preferred
125
+node flag instructs the command to try to place the leader on a specific node during the 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