This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new a686356 Update embedded-kafka to 2.4.0. (#4773)
a686356 is described below
commit a6863565119c0c3eccfc01fd14467f915054e516
Author: Markus Thömmes <[email protected]>
AuthorDate: Tue Dec 17 13:09:12 2019 +0100
Update embedded-kafka to 2.4.0. (#4773)
---
core/standalone/build.gradle | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/core/standalone/build.gradle b/core/standalone/build.gradle
index 386603f..0027785 100644
--- a/core/standalone/build.gradle
+++ b/core/standalone/build.gradle
@@ -151,9 +151,7 @@ dependencies {
compile project(':tools:admin')
compile "org.rogach:scallop_${gradle.scala.depVersion}:3.3.2"
- //Tried with 0.16.0 has support for Kafka 0.11.0
https://github.com/embeddedkafka/embedded-kafka/tree/v0.16.0
- //But that causes class compatability issue die to use of newer client
version
- compile
"io.github.embeddedkafka:embedded-kafka_${gradle.scala.depVersion}:2.1.1"
+ compile
"io.github.embeddedkafka:embedded-kafka_${gradle.scala.depVersion}:2.4.0"
compile "org.scala-lang:scala-reflect:${gradle.scala.version}"
testCompile "junit:junit:4.11"