-
as `Pravega connector`, there is no readme there.
![image](https://user-images.githubusercontent.com/501740/77847525-35632080-71f0-11ea-9217-87b5aae2c44c.png)
-
### Versions used
Alpakka 1.1.1
### Expected Behavior
Connection to the endpoint is successfully established.
### Actual Behavior
The following exception is being thrown:
```
j…
-
The Java API `createCommittableOffsetBatch` requires a list of `CommittableOffset` where it should allow `Committable` (as the Scala API does in `apply`)
https://github.com/akka/alpakka-kafka/blob/08…
ennru updated
4 years ago
-
### Short description
AWS EventBridge is service launched in August 2019, previously know as CloudWatch Events. Amazon EventBridge is a serverless event bus that allows developers to decouple the…
-
Apache Kafka 2.4.0 is scheduled for the end of October 2019 and we plan to release Alpakka Kafka 2.0 shortly after. This dependency update to Kafka 2.4.0 is the main reason to call out a new major ver…
ennru updated
4 years ago
-
### Short description
The multipart upload sink (`S3Stream.multipartUpload`) should ideally protect upstream stages from the occasional transient error that S3 is susceptible to (be they 5xx errors…
-
### Short description
Add support for the new 4.x series of DataStax’s cassandra driver.
### Details
[Version 4.0](https://docs.datastax.com/en/developer/java-driver/4.0/) of the Cassandr…
-
Using alpakka SQS sink, akka stream DNS resolver seems to have cached a non-existing host DNS and never tries to re-resolve it
```
Caused by: software.amazon.awssdk.core.exception.SdkClientException…
-
@ennru and I talked about the ExecutionContext parameter and it would be nicer to have it in config (part of the configPath section), since it will only be used for the first access when creating the …
-
I'm reading from SQS via [Alpakka](https://doc.akka.io/docs/alpakka/current/sqs.html) using the async client. It appears to randomly stop receiving messages from the queue, anywhere from a few minutes…