CodeLionX / actordb

Actor Database System Framework using Akka
MIT License
0 stars 2 forks source link

Add addItems message-flow and functionality to Cart's to fix #48 #56

Closed srfc closed 6 years ago

srfc commented 6 years ago

Fixes #48

Proposed Changes

Related

srfc commented 6 years ago

This ended up being less straight forward than I thought.

Currently I am using the akka ask pattern to keep track of responses. Since this is quite obviously in contradiction to

Don't ask, tell.

I'm open to exploring alternatives. For now we should focus on getting the example running though, I think.

srfc commented 6 years ago

@CodeLionX I incorporated the changes we have talked about - can you have another look around?

CodeLionX commented 6 years ago

merged #58 and fixed error with relational store in companion object with this.