File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/rabbitmq/stream Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,8 +301,7 @@ public interface EnvironmentBuilder {
301301 * <p>Topology recovery can kick in when streams leaders and replicas move from nodes to nodes in
302302 * the cluster.
303303 *
304- * <p>The default is a first delay of 5 seconds, then 1 second
305- * for the next attempts.
304+ * <p>The default is a first delay of 5 seconds, then 1 second for the next attempts.
306305 *
307306 * @param topologyUpdateBackOffDelayPolicy
308307 * @return this builder instance
@@ -348,6 +347,7 @@ EnvironmentBuilder topologyUpdateBackOffDelayPolicy(
348347 * @return this builder instance
349348 * @see #recoveryBackOffDelayPolicy(BackOffDelayPolicy)
350349 * @see #topologyUpdateBackOffDelayPolicy(BackOffDelayPolicy)
350+ * @since 0.13.0
351351 */
352352 EnvironmentBuilder forceReplicaForConsumers (boolean forceReplica );
353353
You can’t perform that action at this time.
0 commit comments