Michal Matloka
Michal Matloka
Hello, project is not actively developed from our side, but if pull request will be created then we'll review and merge it :)
Hello, The minimum RAML: ``` #%RAML 0.8 title: Sth version: 0.1 baseUri: http://localhost:8080/ mediaType: application/vnd.sth.storage-v1+json /sth: get: ``` The request from the console looks like this (see the `Accept: */*`):...
Hey, quite recently we have tested in our project a few variants of using RestartSource after/inside of the committablePartitionedSource. Our tests result was that it does not work fully correctly...
@mwkohout Take a look here: https://github.com/akka/alpakka-kafka/blob/master/tests/src/test/scala/docs/scaladsl/ConsumerExample.scala#L541
> This bug should hit quite seldom, if it happens often it most likely means something is not right with your cluster and you should fix that first in all...