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

Add support for Kafka 2.8.0 #1921

Merged
merged 1 commit into from
Apr 28, 2021
Merged

Add support for Kafka 2.8.0 #1921

merged 1 commit into from
Apr 28, 2021

Conversation

bai
Copy link
Contributor

@bai bai commented Apr 27, 2021

This PR adds support for Kafka 2.8.0.

@bai bai requested review from d1egoaz and dnwe April 27, 2021 12:29
Comment on lines 122 to 125
case "2.8.0":
confluentPlatformVersion = "6.0.1"
case "2.6.1":
case "2.7.1":
confluentPlatformVersion = "6.0.1"
Copy link
Collaborator

Choose a reason for hiding this comment

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

You probably want to bump these confluentPlatformVersion values to 6.1.1 which is equivalent Apache Kafka 2.7.1 (there isn't a 2.8.0 equivalent available yet)

go.mod Outdated
github.com/jcmturner/gokrb5/v8 v8.4.2
github.com/klauspost/compress v1.11.7
github.com/klauspost/compress v1.12.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not adverse to bumping go.mod under this PR, but it's probably worth noting that klauspost/compress has had some significant performance improvements between these two versions, so you might consider making this bump under a separate PR so that you can call it out in the next release notes

@bai
Copy link
Contributor Author

bai commented Apr 28, 2021

Thanks for your feedback - addressed your comments 🙏🏼

@bai bai merged commit 6b5bd6a into master Apr 28, 2021
@bai bai deleted the kafka280 branch April 28, 2021 02:42
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.

None yet

2 participants