Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Aug 19, 2016
1 parent 97a4833 commit 1834180
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

# Kanaloa


#### A set of work dispatchers implemented using Akka actors
Note: kanaloa work dispatchers are not Akka [MessageDispatcher](http://doc.akka.io/docs/akka/snapshot/scala/dispatchers.html).
Add auto backpressure, proportional load balancer and realtime monitor to your service.

### This library is still pre-beta
Right now we are at 0.4.0, the plan is the stablize the API from 0.5.0 going on. So there will still be major API changes coming.
Expand Down Expand Up @@ -45,7 +43,7 @@ Kanaloa also adaptes to your backend capacity change automatically.
```
resolvers += Resolver.jcenterRepo
libraryDependencies += "com.iheart" %% "kanaloa" % "0.4.0"
libraryDependencies += "com.iheart" %% "kanaloa-core" % "0.4.0"
```

#### Config
Expand Down

0 comments on commit 1834180

Please sign in to comment.