单项选择题

在集群负载均衡时,Dubbo 提供了多种均衡策略,缺省为()

A.Random(随机)
B.LeastActive(最少活跃调用数)
C.ConsistentHash(一致性Hash)
D.RoundRobin(轮循)