Best Practice for Accessing Cluster

I have a three-node cluster with one alpha and one zero on each node and 3 replicas. I am querying and mutating data using the HTTP interface on port 8080. Is it better to send all query/mutate requests to the same Alpha or to round-robin the requests between each Alpha, which is what I am doing now?

The second one is the best in my opinion.