From f359967669dfd255b5bf2030b141444b75c89a82 Mon Sep 17 00:00:00 2001 From: morenol <22335041+morenol@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:17:10 +0000 Subject: [PATCH] fix broken reference (#657) --- content/cli/commands/topic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cli/commands/topic.md b/content/cli/commands/topic.md index 51b55fe4..899a2f28 100644 --- a/content/cli/commands/topic.md +++ b/content/cli/commands/topic.md @@ -68,7 +68,7 @@ In this example, the topic `my-topic` will be created with compression type `gzi By default, Fluvio will automatically assign replicas to SPUs. However, you can manually assign replicas to SPUs by using the `--replica-assignment` flag. -Please refer to following [replica]({{}}) sections for detail of replica assignment. +Please refer to following [replica]({{}}) sections for detail of replica assignment. Note that in order to replication assignment to work, you need to have at least 2 SPUs in your cluster.