Why Gatling is based on Async Http Client instead of Akka-HTTP?

I know Async Http Client is fantastic, but it will mixin some Java code, why not use Akka-HTTP which interact perfectly with Akka Actor?

Because:

  • I develop AHC so I have full control over Gatling specific features I want, release cycle, etc…
  • Akka HTTP on client side is not as feature rich as AHC at least atm
    Basically, I don’t expect Gatling to be ever based on something else than Netty.

Thank you for your answer, I get it, and Gatling looks fantastic and I will give it a try!

在 2017年9月4日星期一 UTC+8下午10:33:49,Stéphane Landelle写道: