roundRobin constant

This is a simple policy in which each healthy backend is selected in round robin order. This is the default.

Implementation

static const roundRobin = BackendService_LocalityLbPolicy('ROUND_ROBIN');