-
Hi everyone and thank you for your work.
I'm trying to use Scanamo, which in its documentation favors the use of Alpakka-Dynamo for targeting DynamoDB.
My project works fine on many machines, bu…
-
Please fill out the form below before submitting, thank you!
- [ ] Bug exists Release Version 1.2.2 ( Master Branch)
- [X] Bug exists in MQTTv3 Client on Snapshot Version 1.2.3-SNAPSHOT (Develop B…
-
I see that Classic persistence has the possibility to [provide plugin configuration at runtime](https://doc.akka.io/docs/akka/current/persistence.html#give-persistence-plugin-configurations-at-runtime…
-
```
[error] Test akka.stream.alpakka.ftp.FtpsWithProxyStageTest.remove failed: java.util.concurrent.TimeoutException: null, took 3.006 sec
[error] at java.util.concurrent.CompletableFuture.timed…
seglo updated
4 years ago
-
A typical use case in Kafka to achieve Exactly-Once semantics when consuming messages is to store offset external to kafka atomically with appropriate state.. for that the Alpakka library provides the…
-
The versions is below:
akka-stream-alpakka-s3: `0.16`
scala: `2.11.7`
JDK: `1.8`
I use S3 connector to stream 300 ~ 400 S3 objects at a time with flatMapConcat like this.
```scala
val s3Clie…
-
### Versions used
Akka version: 2.6.7
Alpakka Kafka version: 2.0.4
Kafka version: 2.6.x
Since switching from the Kafka Java SDK to Alpakka Kafka (no other changes), we have noticed that m…
-
### Versions used
akka-stream-alpakka-file version: 3.0.3
### Expected Behavior
I use the following code to create a tar.gz archive from a bunch of files:
```
val streams = paths…
-
Trying to create a **BehaviorTestKit** using a behavior which spawns a timer within as given below
```
val behaviorTestKit = BehaviorTestKit(createBehavior)
private def createBehavior(): Behavi…
-
**Problem**
In Akka typed there is no way of knowing the concrete exception that triggered the restart compared to the untyped `PreRestart` method. In the case where the service sends all exceptions …