AWS MSK configuration
If one of your brokers in cluster environment is located in Amazon MSK cluster you should specify saslMechanism
, saslProtocol
, saslJassConfig
and saslCallbackHandler
for this broker, like this:
Above configuration is using IAM access to Amazon MSK cluster and you should provide AWS_SECRET_ACCESS_KEY
and AWS_ACCESS_KEY_ID
as environment variables to Kouncil. And this two values should be generated to the user which has access to Amazon MSK cluster and his username should be provided in awsProfileName
in Kouncil configuration.
Last updated