-
This would only make sense as a POC at this point, since the [new AWS SDK](https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-0-developer-preview/) is still only in preview, but the new impleme…
-
### Short description
Allow the creation of a ElasticsearchFlow/Sink with plain String, while assuming the String is already formatted as JSON. This would allow the usage of Jackson (or any other J…
-
The commit batching expects exactly one consumer actor per group ID as offsets are sent back to that consumer actor for committing:
https://github.com/akka/alpakka-kafka/blob/d93b4b81bcdf68251b7e20…
ennru updated
5 years ago
-
It appears that there is currently no backoff mechanism built into the Google Cloud Storage adapter in the case of HTTP 500 errors, but intended use of GCS according to the SLA stipulates that exponen…
-
See #372
ennru updated
5 years ago
-
### Short description
To max out producing to Kafka until the Kafka producer API blocks, we can increase the parallelism a lot and let the designated `akka.kafka.default-dispatcher` take the blocki…
ennru updated
5 years ago
-
I got the following set-up:
`Producer actor -> Akka stream -> alpakka-amqp -> Consumer akka stream`
When I restart either stream (which implies draining the stream, canceling upstream and completi…
-
### Versions used
com.typesafe.akka akka-stream-kafka 1.1.0
### Issue
When calling `akka.kafka.scaladsl.Consumer.Control#shutdown` the system eventually tries to stop the internal consumerAc…
-
Akka's `CoordinatedShutdown` utility provides cancellable JVM shutdown hooks, but not cancellable shutdown phase tasks. This means that it is memory-unsafe to register tasks on behalf of an actor cl…
-
### Versions used
Akka version: 2.5.23
Alpakka version: 1.1.1
### Expected Behavior
`acknowledge` sink output `Future[Done]` fails when HTTP request result code is other than 200.…