-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transactional producer does not work with IAM auth #37
Comments
Since you mention this works well without transactions, I suspect it could be because of this reason mentioned in https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html
Can you check if modifying permissions this way works for you? |
Yes. @sankalpbhatia . We gave WriteDataIdempotently at cluster level. Not topic level. Also we have access to all the topics that we created. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We are using MSK cluster and doing IAM auth. However, when we implement the transactional producer, it fails to connect. It errors out saying.
When I remove the transactional behaviour it works well without any issue.
Producer conf:
AWS POST: https://repost.aws/questions/QUzHXpsvHDQOiLafIUL-VgFQ/kafka-transactions-not-working-while-using-iam-authentication-with-conlfuent-kafka-python-producer-client
Stack overflow: https://stackoverflow.com/questions/78021233/aws-msk-transactions-support
Could you please take a look?
The text was updated successfully, but these errors were encountered: