AWS MSK
This page describes connection the Lenses Agent to a AWS MSK cluster.
Last updated
Was this helpful?
Was this helpful?
kafka:
- name: kafka
version: 1
tags: ["optional-tag"]
configuration:
kafkaBootstrapServers:
value:
- SASL_SSL://your.kafka.broker.0:9098
- SASL_SSL://your.kafka.broker.1:9098
protocol:
value: SASL_SSL
saslMechanism:
value: AWS_MSK_IAM
saslJaasConfig:
value: software.amazon.msk.auth.iam.IAMLoginModule required;
additionalProperties:
value:
sasl.client.callback.handler.class: "software.amazon.msk.auth.iam.IAMClientCallbackHandler"
metricsType:
value: AWS