akka / akka-persistence-r2dbc

https://doc.akka.io/libraries/akka-persistence-r2dbc/current/
Other
24 stars 17 forks source link

fix: filter heartbeats early in pubsub merge #613

Closed pvlugter closed 3 weeks ago

pvlugter commented 3 weeks ago

Filter heartbeats once received by the skip pubsub if too far ahead check.

Remove some extra filtering from tests again, which should fail if heartbeats are emitted.

Have left the heartbeat creation as is, including the search for appropriate persistence id, but heartbeats could also be simpler dummy envelopes now that they're not going further and to the offset store.

patriknw commented 3 weeks ago

Included in https://github.com/akka/akka-persistence-r2dbc/pull/614