-
Notifications
You must be signed in to change notification settings - Fork 1
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
upgrade to latest confluent kafka version #99
Conversation
Test Results15 files ±0 15 suites ±0 31s ⏱️ ±0s Results for commit de12a2c. ± Comparison against base commit 5f44a8a. This pull request removes 5 and adds 5 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
@@ -4,8 +4,8 @@ plugins { | |||
} | |||
|
|||
|
|||
var kafkaVersion = "7.5.2" | |||
var kafkaCcsVersion = "$kafkaVersion-ccs" | |||
var confluentVersion = "7.7.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
var confluentVersion = "7.7.0" | |
var confluentKafkaVersion = "7.7.0" |
Just in case if later any other confluent dependencies get introduced.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's confluent platform version. It should be same for all the confluent dependencies.
Description
upgrade to latest confluent kafka version