cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

Start on eventing support #465

Closed jroper closed 3 years ago

jroper commented 3 years ago

This is the old pull request #353, rebased, and got to the point of compilation. Haven't tried running yet. My next major task is to switch to using Akka projections.

pvlugter commented 3 years ago

My next major task is to switch to using Akka projections.

👍 Sounds good to switch over to Akka projections.

pvlugter commented 3 years ago

Failing in the TCK. Unexpected connection type. We could have these go through different probes, so the tests don't affect each other, but it's also useful to know that something wasn't expected.

jroper commented 3 years ago

The TCK failure is because I'd created an event sourced subscriber in the JS shopping cart example.

ralphlaude commented 3 years ago

nice work!