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
My assume role arn doesn't have permission for a specific Topic and the kafka consumer throws error for the same only one time, it doesn't tries to retry after default waiting time to again do assume role and check for authorization.
Can you please help me for looking into this use case.
The text was updated successfully, but these errors were encountered:
Hi @dsinghal-nice, you have the problem with which version ? 2.0.x or 2.1.x ? And if you can try with the version that you do not use to target the problem
Hi @jvdadda, I also noticed one more issue we are assuming role in other account, and suppose the first time it has access to the Topic it will fetch the messages from the broker. (This IAM session lasts long for an hour) Now when we turn off the Topic permission, it starts to throw the Topic Authorization Error immediately after 1-2 mins. But now when I turn back the Topic permission back it doesn't tries to start a new session again and start consuming even after 1 hour of session expiry.
Can you please check if there is any mechanism to handle this issue or is it a bug ?
Hello All,
I am using MSK IAM authentication mechanism to authenticate my consumer with MSK cluster and topic, I have added below configuration
software.amazon.msk.auth.iam.IAMLoginModule required awsRoleArn="%s" awsRoleSessionName="%s" awsDebugCreds=%s awsMaxRetries="3";
My assume role arn doesn't have permission for a specific Topic and the kafka consumer throws error for the same only one time, it doesn't tries to retry after default waiting time to again do assume role and check for authorization.
Can you please help me for looking into this use case.
The text was updated successfully, but these errors were encountered: