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

I'm trying to connect to an ibm mq source using ack mode and am seeing the following error when attempting to batch up the messages. Is this a known issue?...

p:jms

### Short description Implement Debezium connector ### Details Debezium is a Change Data Capture (CDC) kafka connector that integrates with several databases. Although Debezium is a kafka connector, it also...

p:new

All the HBase tests timed out on this build. Attached the log so the stage could be retried and not wipe out build info. [log.txt](https://github.com/akka/alpakka/files/4313852/log.txt)

failed
p:hbase

If connectors just use `Http().singleRequest` with default settings, they will use the default connection pool, sharing it globally with other users in the ActorSystem. This can lead to confusing starvation...

alpakka-itself
discussion

Replaces manual starting of mongodb docker containers in github actions/docker-compose with https://github.com/testcontainers/testcontainers-scala. The only notable thing about the implementation in this PR is that due to the fact that some...

p:mongodb
dependency-change
documentation

Replaces manual starting of mongodb docker containers in github actions/docker-compose with https://github.com/testcontainers/testcontainers-scala. The only thing of note is there are some slight changes in the configuration of the paradox snippets,...

dependency-change
documentation
p:influxdb

Replaces manual starting of orientdb docker containers in github actions/docker-compose with https://github.com/testcontainers/testcontainers-scala. Similar to the other PR's the only notable thing here is that the generated paradox documentation changes slightly,...

p:orientdb
documentation

Replaces manual starting of dynamodb docker containers in github actions/docker-compose with https://github.com/testcontainers/testcontainers-scala. In addition to using testcontainers the PR also improves and removes boilerplate for system/HTTP cleanup after test run...

p:dynamodb
documentation

### Short description Currently for the integration tests we are using docker to spin up the relevant service. The current approach to do this is to directly start docker using...

Replaces manual starting of rabbitmq docker containers in github actions/docker-compose with https://github.com/testcontainers/testcontainers-scala. Ideally I would have liked to used testcontainers in the idiomatic way (i.e. each test file starting its...

p:amqp