-
### Short description
## Publish with context
https://github.com/akka/alpakka/blob/d27748d1c1f29ae3b9e93f20d769109bd90bc60a/google-cloud-pub-sub-grpc/src/main/scala/akka/stream/alpakka/googlec…
-
[example code](https://gist.github.com/dacr/b5423419064d557ef1f11893514917ac)
```scala
import $ivy.`com.typesafe.akka::akka-http:10.1.1`
import $ivy.`com.typesafe.akka::akka-stream:2.5.12`
import …
-
I want to use this library in Java, and mentioning this in my gradle.build as
`compile group: 'aserrallerios', name: 'kcl-akka-stream_2.12', version: '0.6'`
but my build fails `Could not resolve a…
-
I had an issue with events being published twice. That is, the `onMessage` callback was called twice for each message.
Below is a partial explanation of what the issue is.
Short version: Sometimes…
-
**Issue by [ktoso](https://github.com/ktoso)**
_Monday Sep 14, 2015 at 15:53 GMT_
_Originally opened as https://github.com/akka/akka/issues/18469_
---
Because the "low level" APIs are nothing more …
ktoso updated
8 years ago
-
I got the error below:
```
Caused by: java.lang.IllegalStateException: You have to wait for previous offer to be resolved to send another request
```
With code:
```java
package com.alibaba.wirel…
-
Probably happening during connection shutdown after / while processing pipelined HTTP requests. Found with akka-http 10.0.6:
```
java.lang.IllegalArgumentException: requirement failed: Cannot pull…
-
The user experience of the problem is that a newly submitted job does not make progress, and no further jobs can be added. Relevant log entry of the stiltweb service:
```
Apr 10 23:54:58 fsicos2.lun…
-
thought I might be able to do it quickly but it seems one has to understand how to reimplement it with the GraphStage.
-
We need to get rid of `Observable` builders that convert from [Resource](https://typelevel.org/cats-effect/docs/std/resource), or from similar classes (e.g. an `InputStream` factory).
Using `Observ…