akka-samples
akka-samples copied to clipboard
alternate ShoppingCart based on ORMultiMap (#44)
Same as PR #55 but against the 2.5 branch
Failed due to some infra issue. Can you please rebuild?
Triggered
Refs #44
I'm afraid travis is having a bad day today: https://www.traviscistatus.com/
I was quite surprised to see this closed. @raboof how can I help to get it into mergeable state again? Will you guys accept a TLA+ proof ? How to restructure code to make it more palatable? Maybe some fresh look from @helena ?
Btw. I think this is a reasonable implementation, following a pattern from the BLOOM paper and not suffering the race condition of LWWMap that seems to be behind this failure: https://github.com/akka/akka-samples/issues/31 .
Sorry, given that there were no replies to my comments in october and december last year I assumed there was no more interest in this PR, happy to reopen!
Many thanks @patriknw for looking into that. I will refresh the code (thanks for the tips) and supply some explanatory content.
Retargeted to 2.6 in case this is picked up again.