You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library https://github.com/aws/aws-msk-iam-auth enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK).
Problem
Cruise-control does not support AWS IAM Authentication by default, returning this error "org.apache.kafka.common.config.ConfigException: Invalid value software.amazon.msk.auth.iam.IAMClientCallbackHandler for configuration sasl.client.callback.handler.class: Class software.amazon.msk.auth.iam.IAMClientCallbackHandler could not be found.", forcing developers to re-compile the current code to include it.
This library https://github.com/aws/aws-msk-iam-auth enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK).
Problem
Cruise-control does not support AWS IAM Authentication by default, returning this error "org.apache.kafka.common.config.ConfigException: Invalid value software.amazon.msk.auth.iam.IAMClientCallbackHandler for configuration sasl.client.callback.handler.class: Class software.amazon.msk.auth.iam.IAMClientCallbackHandler could not be found.", forcing developers to re-compile the current code to include it.
Solution
Adding the aws library (https://github.com/aws/aws-msk-iam-auth) in the gradle imports should be enough
The text was updated successfully, but these errors were encountered: