Skip to content
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

feat: Kafka cloud provider support #34

Merged
merged 15 commits into from
Nov 6, 2024
Merged

Conversation

githubjianli
Copy link
Contributor

@githubjianli githubjianli commented Nov 1, 2024

📝 Description

  • Adding support for consumer properties allowing connecting to Kafka cloud provider.

🔗 Related Issues

@githubjianli githubjianli requested a review from a team as a code owner November 1, 2024 18:06
<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
<version>1.1.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we move to 1.1.9? It has some vulnerability fixes.

<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
<version>1.1.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

same here, also add a property for it in the parent pom so we have the number in one place

patduin
patduin previously approved these changes Nov 6, 2024
@githubjianli githubjianli merged commit 25dba95 into main Nov 6, 2024
1 check passed
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.

4 participants