chatwork / gatling-akka

a gatling plugin to execute stress tests for Akka actor application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support tell and receive style

everpeace opened this issue · comments

Currently, we only support ask semantics. tell and receive semantics will be needed when target actor application is more complex. We would need to discuss about what is better interface to support this.