mahesh2492 / akka-fsm-throttler.g8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Giter8 template for sample application of throttling mechanism using Akka FSM.

akka-fsm-throttler

A basic application to implement throttling mechanism using Akka FSM. For more info refer

How to Set up ?

1 Clone the application

sbt new mahesh2492/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

Template license

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/.

About


Languages

Language:Scala 100.0%