You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by "bdoyle0182 (via GitHub)" <gi...@apache.org> on 2023/05/02 21:31:07 UTC

[GitHub] [openwhisk] bdoyle0182 commented on a diff in pull request #5400: upgrade kafka client library to 2.8.2

bdoyle0182 commented on code in PR #5400:
URL: https://github.com/apache/openwhisk/pull/5400#discussion_r1183070083


##########
core/monitoring/user-events/build.gradle:
##########
@@ -45,9 +45,9 @@ dependencies {
 
     testImplementation "junit:junit:4.11"
     testImplementation "org.scalatest:scalatest_${gradle.scala.depVersion}:3.0.8"
-    testImplementation "io.github.embeddedkafka:embedded-kafka_${gradle.scala.depVersion}:2.4.0"
+    testImplementation "io.github.embeddedkafka:embedded-kafka_${gradle.scala.depVersion}:2.8.1"

Review Comment:
   embedded kafka for the tests doesn't have a release for 2.8.2, but works against any 2.8.x version of the kafka client.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org