-
It would be nice to allow Akka.Streams to use an IObservable as both a source and a Sink.
I'm happy to do this, but the only question I have is whilst IObservable is in the core framework assemblies …
-
* continuing to use mongodb-scala-driver causes problems because Scala 3 support for it is blocked by https://jira.mongodb.org/browse/JAVA-4181
* the mongodb-scala-driver uses scala 2 macros (BSON …
-
For sources that read from a queue and acknowledge consumption later downstream.
Something like `Committable` in akka-stream-kafka.
https://github.com/akka/reactive-kafka/blob/master/core/src/main…
-
Hi James,
I'm new to Heroku. When I click Deploy To Heroku Button I get a following error:
-----> Play 2.x - Java app detected
-----> Installing JDK 1.8... done
-----> Priming Ivy cache... done
…
-
For context please see [this stackoverflow question](https://stackoverflow.com/questions/59518343/chaining-data-through-akka-streams) and [this answer](https://stackoverflow.com/a/59530728/7607408).
…
-
If possible we should port all available modules from the JVM.
- [x] AMQP
- [ ] Cassandra
- [ ] File
- [ ] MQTT
-
**Describe the bug(Please use English)**
A clear and concise description of what the bug is.
**Environment :**
- Flink version : 1.13.6
- Flink CDC version: 2.2.1
- Database and version: …
-
- Flink version : 1.13.3
- Flink CDC version: 2.3.0
- Database and version: mysql 8.0.13
Steps to reproduce the behavior:
1. The test data :
2. The test code :
```
public class FlinkCdcS…
-
I am not sure how much effort, just asking if you would be willing and available to look over PR.
It's currently stack at 1.2.1 and it's just too far back. Causes troubles with deps and I really don'…
-
What are the plans for providing Scala 3 build artifacts? Would be greatly appreciated to allow easier Scala 3 upgrades for Akka projects without getting into dependency versioning problems.