A Giter8 template for sample application of throttling mechanism using Akka FSM.
A basic application to implement throttling mechanism using Akka FSM. For more info refer
How to Set up ?
1 Clone the application
sbt new knoldus/akka-fsm-throttler.g8
2 Compile the application
cd akka-fsm-throttler
sbt clean compile
3 Run the application
sbt run
4 Test the application
sbt clean test
Written in 2018 by mahesh.kndpl@gmail.com
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.