alpakka icon indicating copy to clipboard operation
alpakka copied to clipboard

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Results 243 alpakka issues
Sort by recently updated
recently updated
newest added

### Versions used Akka version: 2.6.19 Alpakka version: 3.0.4 Akka-Http version: 10.2.9 ### Expected Behavior When using `S3.download` to check the existence of an S3 object (this is reflecting the...

bug
p:aws-s3

### Versions used Akka version: 2.6.19 ### Expected Behavior By calling the "ace.stream.alpaca.file.scala dsl.Archive#zipReader", I expect that it is possible to read the contents of the zip archive in a...

### Versions used Akka version: 2.6.x ### Problem description I am using akk and akka-stream-alpakka-elasticsearch to insert data into ElasticSearch (V6.3.x). If ElasticSearch server responds http response with code 429...

p:elasticsearch

### Versions used - "com.lightbend.akka" %% "akka-stream" % 2.6.19, - "com.lightbend.akka" %% "akka-stream-alpakka-kinesis" % 3.0.4, - "software.amazon.awssdk" % "sdk-core" % 2.17.172. ### Expected Behavior KinesisFlow should be throttled to 1...

p:kinesis

See https://github.com/sbt/sbt/releases/tag/v1.6.2

alpakka-itself
documentation

Current versions of commons-net and sshj for use in Alpakka FTP.

p:ftp
dependency-change

# Release Alpakka 4.0.0-M1 ### ~ 1 week before the release - [x] Check that any new `deprecated` annotations use the correct version name - [x] Check that open PRs...

alpakka - 3.0.4 scala - 2.12 Source file name - "2022 test.txt" The method used - S3.multipartCopy(sourceBucket, fileName, targetBucket, fileName) Exception - akka.stream.alpakka.s3.S3Exception: The specified key does not exist. (Status...

p:aws-s3

### Short description I want a way to `setPreserveAttributes(false)` when using Alpakka's `SftpApi`. At the moment, Alpakka SFTP uses `sshj`'s `SSHClient` and `SFTPClient` to support secure file transfers. See [`SftpOperations.scala`](https://github.com/akka/alpakka/blob/81580cbc4de9a5f97f6541a0096392e80d9c126f/ftp/src/main/scala/akka/stream/alpakka/ftp/impl/SftpOperations.scala#L34-L68)...

p:ftp

Apache Solr 9.0 is [now available](https://solr.apache.org/news.html#apache-solrtm-900-available). It contains some breaking changes to version 7.7.3 which Alpakka is using for the time being. It even requires JDK 11, which even Alpakka...

p:solr