Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
LoadBalancingRpcClient doesn't read batchSize property from configuration and returns default value in getBatchSize method.
But underlying clients creates with right batchSize value read from configuration. So LoadBalancingRpcClient should also read batch-size configuration param and set it field batchSize according to it value.