Skip to content

Commit b635425

Browse files
authored
DOC-1131 Update description of ACL migration for redpanda_migrator output (#203)
1 parent f4bf977 commit b635425

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/components/pages/outputs/redpanda_migrator.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ output:
8484
--
8585
======
8686

87-
You must specify the label of the associated xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator` input] in the <<input_resource,`input_resource` field>>. When connected, this output queries the `redpanda_migrator` input for topic and ACL configurations. If the broker does not contain the current message topic, this output attempts to create the topic along with its ACLs.
87+
The default source for reading topics and access control lists (ACLs) is the <<input_resource,`input_resource`>>, which is set to `redpanda_migrator_input`. If your input uses a custom label, you must update this value.
88+
89+
When connected, this output queries the `redpanda_migrator` input for topic and ACL configurations. If the destination broker does not contain the topic in the current message, this output attempts to create the topic along with its ACLs. If the topic already exists on the broker, only missing ACLs are migrated.
8890

8991
ACL migration adheres to the following principles:
9092

@@ -584,7 +586,7 @@ The maximum number of batches to send in parallel at any given time.
584586

585587
=== `input_resource`
586588

587-
The label of the xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator` input] from which to read the configurations of topics and ACLs for creation.
589+
The xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator` input] used to read topics and ACLs. If your input has a custom label, update this field to match the custom label value.
588590

589591
*Type*: `string`
590592

0 commit comments

Comments
 (0)