devsisters / shardcake

Sharding and location transparency for Scala
https://devsisters.github.io/shardcake/
Apache License 2.0
389 stars 30 forks source link

Delivery guarantees #63

Closed mykytamykhailenko closed 1 year ago

mykytamykhailenko commented 1 year ago

Hi, could you tell which delivery guarantees the Shardcake offers?

mykytamykhailenko commented 1 year ago

Also, could you tell what happens with the stream created by calling sendStream, when the shard on the other end gets reassigned?

ghostdogpr commented 1 year ago

At most once, similar to Akka.

About sendStream, this is a good question. I haven't handled that part yet but that is definitely something that I need to care about.