-
```
java.lang.IllegalArgumentException: Cannot push port (ZipArchiveFlow.out(...)) twice, or before it being pulled
at akka.stream.stage.GraphStageLogic.push(GraphStage.scala:642)
at akka.strea…
-
## Expected Behavior
MemoryRegionCache$Entry objects should be garbage collected along with the child nioBuffer DirectByteBuffer objects, which should deallocate the corresponding direct memory…
-
Could there be a Scala version available?
-
might deserve a separate test module with 2.6 dependency?
-
# Akka Persistence JDBC is moving to the Akka organisation
Dennis (@dnvriend) released the first version of Akka Persistence JDBC in July 2014. This [Akka Persistence](https://doc.akka.io/docs/akka…
ennru updated
4 years ago
-
### Short description
JMS self-contained example (https://doc.akka.io/docs/alpakka/current/examples/jms-samples.html) should be moved to this repository as a step-by-step example (as Kafka example …
-
### Short description
Elasticsearch self-contained example (https://doc.akka.io/docs/alpakka/current/examples/elasticsearch-samples.html) should be moved to this repository as a step-by-step exampl…
-
### Versions used
Alpakka version: 1.1.2
### Behaviour
When consumer is defined to have ack timeout and fails the stream on ack timeout, then after timeout the underlying JMS sessi…
-
It looks like as if the acknowledge sometimes happens too late on Travis so that the last message gets resent.
```
[info] - should publish and consume JMS text messages through a queue with client…
ennru updated
4 years ago
-
Hi guys.. I am trying to produce messages to a Pub/Sub topic.
The following steps have been performed:
1. The topic has been created
2. A subscription for that topic has been created.
3. A serv…