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

Update kafka-clients from 2.8.1 to 3.1.0 #86

Merged
merged 2 commits into from
Feb 21, 2022

Conversation

disco-scala-steward
Copy link
Collaborator

Updates org.apache.kafka:kafka-clients from 2.8.1 to 3.1.0.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (2.8.1).
You might want to review and update them manually.

project/Dependencies.scala
Ignore future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.apache.kafka", artifactId = "kafka-clients" } ]

labels: library-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1

@bcarter97
Copy link
Member

bcarter97 commented Feb 1, 2022

  • checksum is no longer exposed on the API
  • leaderEpoch is now an optional Integer (not used)

Deprecated constructor here
New constructor here

@bcarter97 bcarter97 force-pushed the update/kafka-clients-3.1.0 branch from 7ba73cc to 984da00 Compare February 4, 2022 10:06
@bcarter97 bcarter97 force-pushed the update/kafka-clients-3.1.0 branch from 984da00 to d9414ce Compare February 16, 2022 20:01
Copy link
Contributor

@paulaylingdev paulaylingdev left a comment

Choose a reason for hiding this comment

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

LGTM

@bcarter97 bcarter97 merged commit da20c1d into master Feb 21, 2022
@bcarter97 bcarter97 deleted the update/kafka-clients-3.1.0 branch February 21, 2022 10:04
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.

3 participants