mirror of https://github.com/apache/kafka.git
MINOR: Update rocksDB dependency to 4.9.0
rocksdbjni version 4.9.0 now includes support for running on Windows; this PR updates Kafka Stream's dependency to that version. Tests pass locally, except for a timeout in testReprocessingFromScratchAfterReset that doesn't seem related; it happens with and without this change. This contribution is my original work and I license the work to the project under the project's open source license. Author: Mathieu Fenniak <mathieu.fenniak@replicon.com> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #1783 from mfenniak/update-rocksdb-4.9
This commit is contained in:
parent
7a877895a1
commit
08bdffbe4d
|
|
@ -38,7 +38,7 @@ versions += [
|
|||
metrics: "2.2.0",
|
||||
powermock: "1.6.4",
|
||||
reflections: "0.9.10",
|
||||
rocksDB: "4.8.0",
|
||||
rocksDB: "4.9.0",
|
||||
scalaTest: "2.2.6",
|
||||
scalaParserCombinators: "1.0.4",
|
||||
scoverage: "1.1.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue