Re: Overloading ConfigUtils methods

2023-02-09 Thread Nuwan Jayawardene
Hi all, upon further discussion, it was decided to avoid the LoadBalanceAlgorithm parameter for injection functionality. Focus will instead be shifted to the endpoint and member parameters. Kind regards On Mon, Jan 23, 2023 at 10:44 PM Nuwan Jayawardene wrote: > Hi Isuru, > that was my reason

Re: Overloading ConfigUtils methods

2023-01-23 Thread Nuwan Jayawardene
Hi Isuru, that was my reasoning as well when first writing the fetchEnvironmentVariables method, however, it seems it would need to support arguments and returns types of other setters as in the case of LoadbalanceAlgorithm to perform something like this: [image: Selection_534.png] This is current

Re: Overloading ConfigUtils methods

2023-01-22 Thread Isuru Udana
Hi Nuwan, fetchEnvironmentVariables is a utility method to fetch a particular environment variable, can there be any other parameter types other than string? On Sun, Jan 22, 2023 at 12:21 PM Nuwan Jayawardene wrote: > Hi all, > I'm currently working on modifying the LoadBalance endpoint paramet

Overloading ConfigUtils methods

2023-01-21 Thread Nuwan Jayawardene
Hi all, I'm currently working on modifying the LoadBalance endpoint parameters (algorithm, members) to support parameter injection similar to how SOAP