Skip to content

Conversation

matias-gm
Copy link

This PR resolves #2102

implementation "org.apache.zookeeper:zookeeper:${zookeeperVersion}"
implementation "io.netty:netty-handler:${nettyVersion}"
implementation "io.netty:netty-transport-native-epoll:${nettyVersion}"
implementation "software.amazon.msk:aws-msk-iam-auth:2.0.2"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I need to use ' ' instead

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you think you need single quotes? All other implementation lines are with double quotes.
I'm just curious about the rationale of your comment.
Also to follow the convention you should probably add something like "iamVersion" variable.

implementation "org.apache.zookeeper:zookeeper:${zookeeperVersion}"
implementation "io.netty:netty-handler:${nettyVersion}"
implementation "io.netty:netty-transport-native-epoll:${nettyVersion}"
implementation "software.amazon.msk:aws-msk-iam-auth:2.0.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump to latest https://github.com/aws/aws-msk-iam-auth/releases

Suggested change
implementation "software.amazon.msk:aws-msk-iam-auth:2.0.2"
implementation "software.amazon.msk:aws-msk-iam-auth:2.3.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Support AWS IAM Authentication
3 participants