Skip to content

Commit 8c41b16

Browse files
committed
docs: pipeline: outputs: kafka: update MSK IAM parameter references
- Replace aws_msk_iam/aws_msk_iam_cluster_arn references with rdkafka.sasl.mechanism and aws_region per PR fluent/fluent-bit#11270 - Reword hint to reflect that setting rdkafka.sasl.mechanism=aws_msk_iam triggers automatic rdkafka.security.protocol=SASL_SSL Applies to #2294 Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent ae2295c commit 8c41b16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pipeline/outputs/kafka.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,13 +308,13 @@ pipeline:
308308
{% endtab %}
309309
{% endtabs %}
310310

311-
See `aws_msk_iam` and `aws_msk_iam_cluster_arn` in the [configuration parameters](#configuration-parameters) table.
311+
See `rdkafka.sasl.mechanism` and `aws_region` in the [configuration parameters](#configuration-parameters) table.
312312

313313
The AWS region is automatically detected from the broker hostname for standard MSK endpoints.
314314

315315
{% hint style="info" %}
316316

317-
When using `aws_msk_iam`, Fluent Bit automatically sets `rdkafka.security.protocol` to `SASL_SSL`. You don't need to configure it manually.
317+
When `rdkafka.sasl.mechanism` is set to `aws_msk_iam`, Fluent Bit automatically sets `rdkafka.security.protocol` to `SASL_SSL`. You don't need to set it manually.
318318

319319
{% endhint %}
320320

0 commit comments

Comments
 (0)