akka-stream-json icon indicating copy to clipboard operation
akka-stream-json copied to clipboard

Results 6 akka-stream-json issues
Sort by recently updated
recently updated
newest added

Hi I've updated the library versions as they were getting out of date. Great if you could merge. Tests run fine. Hopefully your push to bintray works with the new...

We are currently being blocked by https://github.com/knutwalker/akka-stream-json/pull/14 due to binary compatibility issues and it appears that this repository is no longer being maintained, @knutwalker is it possible to find another...

Circle -> 0.8 AKKA_HTTP -> 10.0.7 AKKA -> 2.5.2 Specs2 -> 3.8.9

@knutwalker You have released 3.5.0 for Scala 2.12 but not for 2.11, see http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.knutwalker%22%20akka-http-circe

Would be nice with some examples on how to parse diverse streaming JSON for example as this SO issue, im the poster of that i have been stuck on this...

Hi, I managed to get file delete into the stream processing by defining a runnable graph as below: ``` def g(source: Source[Path, Unit]) = RunnableGraph.fromGraph(GraphDSL.create() { implicit builder => import...