Akka JVM client: TCP or HTTP?

Hello,

A simple question regarding the Akka JVM client. I did not find whether this client was based on the TCP or the HTTP API.

Any clue?

Thanks

My bad the answer was already provided in the doc. If someone comes here, it’s based on TCP.

Yet I still have a question. Is there any possibility to manage client-side load balancing with this API? Or do we have to use a TCP load balancer between the client and the Event Store instances?

Thanks