-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ferng edited this page Sep 19, 2017
·
1 revision
lmax - implementation of the LMAX architecture as defined by Martin Fowler in this article.
- Java has introduced streams which means the development complexity of old style multithreaded models has been vastly made redundant LMAX is still an interesting architecture model.
The application uses a local file to maintain the current state (allowing for recovery after failure).
- resources/lmax.properties: data storage location
- mvn package
- 8
java -jar lmax
- mvn test