Skip to content

Commit

Permalink
DEX-226 Merge remote-tracking branch 'origin/version-0.15.x' into DEX…
Browse files Browse the repository at this point in the history
…-226-merge-0.15.x-into-master

* Don't use compression
* Updated version of akka-stream-kafka to 1.0-RC1
  • Loading branch information
vsuharnikov committed Feb 8, 2019
1 parent 632f704 commit c4022b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Dependencies {
akkaModule("persistence"),
akkaModule("persistence-tck") % "test",
"com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.1" % "test",
"com.typesafe.akka" %% "akka-stream-kafka" % "1.0-M1",
"com.typesafe.akka" %% "akka-stream-kafka" % "1.0-RC1",
"org.ethereum" % "leveldbjni-all" % "1.18.3"
)

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,8 @@ akka {

# To guarantee the order
max.in.flight.requests.per.connection = 1

compression.type = "none"
}
}
}
Expand Down

0 comments on commit c4022b7

Please sign in to comment.