-
Currently, we can `render` all `Formattable`s to `String`s. This is not enough.
E.g: To support streaming end to end, we might want to render output as `Source[ByteString,_]`.
Also, input doesn'…
-
After a discussion with @ennru
`ByteString`s does not have any kinds of boundary meaning attached to them, it is just chunks of bytes split in any possible way. In some cases I think that meaning …
-
I was hoping to look into using this project however our app is using Scala and I don't see a Scala 3 release on Maven Central.
Are there plans to add support?
NOTE: I also emailed `opensource@oca…
-
https://travis-ci.com/akka/alpakka/jobs/283084979:
```
[error] Test docs.javadsl.UnixDomainSocketTest.aUnixDomainSocketShouldReceiveWhatIsSent failed: java.util.concurrent.TimeoutException: null, to…
-
Does akka support mqtt 5.0 client?
-
New since #975?
```
RetentionPeriodSpec:
After retention period (1 min) consumer
- must resume from committed offset *** FAILED *** (1 second, 718 milliseconds)
java.lang.AssertionError: asse…
ennru updated
4 years ago
-
### Short description
Allow known_hosts file to be loaded from resources or memory.
### Details
Alpakka only allows loading the known_hosts file from file system. This prevents applications t…
-
SQS has the [SQS-S3 extended library](https://github.com/awslabs/amazon-sqs-java-extended-client-lib) which allows you to send large messages (over 256 KiB) on SQS queues by first persisting the messa…
-
### Versions used
Akka version: 2.6.19
Alpakka Kafka version: 3.0.1
### Expected Behavior
`awaitingCommitResult` should be incremented and subtracted by the same value to become zero even…
-
Hi there.
What was the status of the reactive streams connector for Scala 2.13? From reading the docs there was a dependency issue? I am working on a system where we have to load a load of data in…