Description
Currently AlgorithmContext can be used to store only endpoint index values. However this may not be sufficient for custom load balance algorithm implementations. Such implementations may need to store other impl specific data items. Therefore AlgorithmContext should have a map of parameters and get-set methods to manipulate the parameters.