8000 GitHub - alvarogarcia7/bank-kata-scala: I've practiced the Bank Kata (Mancuso) using the actors pattern in scala, with Akka
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alvarogarcia7/bank-kata-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Kata using Actors, in Scala + Akka

Unresolved questions

  • How to model the actors vs the bank accounts? One per account?
  • Where is the persistence really handled?
  • How to stop the user sending sensitive messages:
    • E.g., Out Of order to an actor
    • E.g., PIN is very sensitive. Is there an SSL equivalent?
  • How to handle the borders/frontier of my actor system. When connecting the actor to the Printer, how to do it? Now, it's using a "Success printing" event, to help with the synchronization

Further ideas

To practice the become/unbecome

Imagine an ATM with two card slots, so two users can auth at the same time

About

I've practiced the Bank Kata (Mancuso) using the actors pattern in scala, with Akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0