-
Context propagation is a quite common requirement when working with Akka Streams (#25394). On the other hand, the `JsonFraming` is very useful when working on JSON streams. For example, when streaming…
-
Hi. First of all thanks for providing this great library with a very clean and easy-to-use API.
I just started using DynamoDB for some batch insert workload. Since I don't know my capacity requirem…
-
I had just started an Akka gRPC service and was trying it out with grpcurl. I noticed a log message which said that it might be a bug and to report it so here I go.
The individual message is:
```
…
-
Has been failing on Travis CI.
```
[info] - should re-connect given connect, subscribe, connect again, publish *** FAILED *** (3 seconds, 142 milliseconds)
[info] java.lang.AssertionError: asse…
-
I asked this question here https://discuss.lightbend.com/t/alpakka-pubsub-for-scala-2-13/5226 but didn't get any response there in 18 days. So I'm asking it again here.
I found that `akka-strea…
-
### Short description
Flush partially batched offset commits when an upstream failure occurs.
### Details
The current `Committer.flow` implementation uses a `groupWeightedWithin` to batch rec…
seglo updated
4 years ago
-
https://forums.aws.amazon.com/ann.jspa?annID=6776
> Amazon S3 currently supports two request URI styles in all regions: path-style (also known as V1) that includes bucket name in the path of the UR…
-
### Short description
Currently, the `KafkaConsumerActor` calls `consumer.poll` periodically and does not allow to skip polling if there is no demand from the `...SourceLogic`. This behaviour ensur…
-
Hi @2m ! :wave:,
I'm trying to use `sbt-authors` to release Alpakka Kafka and I ran into an issue where the `scmInfo` setting could not be found because it was not in `ThisBuild` scope (if I added …
seglo updated
4 years ago
-
Hello.
I am using akka-stream-alpakka-jms-1.1.0 and have intensive sending message to some queue.
A simplified version of my application is similar to:
```
Source
.repeat("message")
…