tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

adding LoadBalancingClient documentation #500

Closed amotamed closed 7 years ago

amotamed commented 7 years ago

@benblack86 @DanSimon @aliyakamercan

Adding documentation about failed calls and load balancing. I tried to make it informative as well as terse.

amotamed commented 7 years ago

bump

DanSimon commented 7 years ago

I realized there appears to be nothing here about using a RetryPolicy to control how a client handles attempting to connect. It's kind of implied in the connection management section, but it would be good to include an example or two to show how to control reconnect attempts.

Doesn't have to go into this PR, but definitely something we should add.

benblack86 commented 7 years ago

👍