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 into a cluster and then I need to dump it back out. For now I will be create a Source with Akka streams and pagination (or some flavour of this) to get things moving but if there is work already existing maybe I could see If what I work on could be generalised and added in a PR to return a table Model as a reactive Publisher (and maybe a source too?)? I know I'd prefer it if I can roll some sort of reactive interface into phantom rather than managing our own or having both phantom and alpakka dependencies and their own dependencies on datastax connector. I'm a little intimidated by the macros and reflection aspects to Phantom but I'm not sure how much I'd need to touch that for creating a Source from pagination.
Thanks so much for all the work on Phantom.
All the Best
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 into a cluster and then I need to dump it back out. For now I will be create a Source with Akka streams and pagination (or some flavour of this) to get things moving but if there is work already existing maybe I could see If what I work on could be generalised and added in a PR to return a table Model as a reactive Publisher (and maybe a source too?)? I know I'd prefer it if I can roll some sort of reactive interface into phantom rather than managing our own or having both phantom and alpakka dependencies and their own dependencies on datastax connector. I'm a little intimidated by the macros and reflection aspects to Phantom but I'm not sure how much I'd need to touch that for creating a Source from pagination.
Thanks so much for all the work on Phantom.
All the Best