Johan Haleby

Results 102 issues of Johan Haleby

Function that takes Stream -> Stream

Använd Spring TX för att spara ner subscription position (dvs checkpoint) och en view/projection i samma transaktion! På så vis kan man undvika duplicate events vid retry.

Upcasting etc

Including an example of `foldLeft`

Extract a cache interface and create mongodb/redis implementations. This is crucial if duplicates are not allowed. Cache could be cleared once catch-up phase is over.

i.e e1 and e2 both a t1 then make sure that the order on "read" is always [e1, e2] (good to test this after changing to "id" sorting)

An "alarm clock" would be a place to post stuff like "Notify me in 5 minutes that we need to escalate billing for this particular order". I.e. a message will...

E.g. let's say that you're interested in creating a saga for a specific stream after an event occurs (this is an awkward example, try finding a better one to see...