From e7069f8f74e18e89d9fb4050c6de8a9234f26737 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:06:52 -0700 Subject: [PATCH] fix typo that will break the tables --- docs/modules/ROOT/pages/backfill-cli.adoc | 33 ++++++++++++++--------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/docs/modules/ROOT/pages/backfill-cli.adoc b/docs/modules/ROOT/pages/backfill-cli.adoc index 5c3ae3eb..5d27d419 100644 --- a/docs/modules/ROOT/pages/backfill-cli.adoc +++ b/docs/modules/ROOT/pages/backfill-cli.adoc @@ -289,19 +289,26 @@ specified here. This command isn't available in the `pulsar-admin` extension. |The consistency level to use when exporting data. The default is LOCAL_QUORUM. -|`--export-max-concurrent-files=NUM|AUTO` -|The maximum number of concurrent files to write to. Must be a positive -number or the special value AUTO. The default is AUTO. - -|`--export-max-concurrent-queries=NUM|AUTO` -|The maximum number of concurrent queries to execute. Must be a -positive number or the special value AUTO. The default is AUTO. - -|`--export-splits=NUM|NC` -|The maximum number of token range queries to generate. Use the NC -syntax to specify a multiple of the number of available cores, e.g. -8C = 8 times the number of available cores. The default is 8C. This -is an advanced setting; you should rarely need to modify the default +|`--export-max-concurrent-files=NUM` +|The maximum number of concurrent files to write to. +Must be a positive number or the special value AUTO. +The default is AUTO. + +|`--export-max-concurrent-queries=NUM` +|The maximum number of concurrent queries to execute. +Must be a positive number or the special value AUTO. +The default is AUTO. + +|`--export-splits=NUM` +|The maximum number of token range queries to generate. +Can be a positive number or the special syntax NC. + +Use the NC syntax to specify a multiple of the number of available cores. +For example, 8C is 8 times the number of available cores. + +The default is 8C. + +This is an advanced setting; you should rarely need to modify the default value. |`--export-dsbulk-option=OPT=VALUE`