-
All the HBase tests timed out on this build. Attached the log so the stage could be retried and not wipe out build info.
[log.txt](https://github.com/akka/alpakka/files/4313852/log.txt)
seglo updated
7 months ago
-
Minimal example:
```scala
val messages = AmqpSource.committableSource(settings, prefetch)
val process = Flow[CommittableReadResult].map { elem =>
throw new RuntimeException("BOOM!!11)
}
…
-
When writing a graph stage doing async work you will need an execution context to schedule that work on, currently the only available execution context is through `materializer.executionContext` which…
-
### Version
AkkaHttpVersion = "10.2.9"
AlpakkaVersion = "3.0.4"
### Scenario
Create two SQS pollers, one per queue.
Config:
```
SqsSourceSettings settings = SqsSourceSetting…
-
### Short description
The use case is a Kafka event-sourced setup with periodic partition snapshot storing
In this case when a partition is assigned you have the following steps:
1. load snap…
-
### Versions used
Alpakka version 3.0.2
Akka version: 2.12-2.4.20
### Expected Behavior
Alpakka formats CSV or issues an error.
### Actual Behavior
Alpakka silently crashes.
…
-
### Short description
Commiting older offset after newer in CommittableOffsetBatchImpl will override it.
### Details
There two main problems I would like to discuss here:
1. Commit older …
Matzz updated
3 years ago
-
Hi, having a `committableSource` with `KafkaAvroDeserializerConfig.SPECIFIC_AVRO_READER_CONFIG`
`
val streamSource = Consumer.committableSource(getConsumerSettings, Subscriptions.topics(topicSu…
-
Hello,
When using alpakka to consume AMQP messages, I would like to have the [AmqpSource](https://github.com/akka/alpakka/blob/master/amqp/src/main/scala/akka/stream/alpakka/amqp/scaladsl/AmqpSourc…
-
It would be great if Akka persistence r2dbc offered an import/export API. If you have data that you want to get in/out of Akka persistence r2dbc, this currently requires understanding exactly how the …