Skip to content

Commit

Permalink
fix: use AWS_MSK_IAM as properties.sasl.mechanism for MSK source (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Bohan Zhang <[email protected]>
  • Loading branch information
tabVersion authored Dec 2, 2024
1 parent 1332b48 commit 94c88b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/sources/amazon-msk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ WITH (
connector = 'kafka', topic = '<topic-name>',
properties.bootstrap.server = '<broker-url>',
scan.startup.mode = 'earliest',
properties.sasl.mechanism = 'SCRAM-SHA-512',
properties.sasl.mechanism = 'AWS_MSK_IAM',
properties.security.protocol = 'sasl_ssl',
properties.sasl.username = '<your-username>',
properties.sasl.password = '<your-password>'
Expand Down

0 comments on commit 94c88b9

Please sign in to comment.