Splitting requests into buckets
Hi,
I have a need to split requests into buckets based on assigned percentages.
For example 60% of the users fall into Bucket A and 20 % fall into bucket B and the remaining into Bucket C.
The there is no fixed limit on the requests.
Once the number of buckets have been decided the % could change in real time.
Is this possible at all?
thanks for any hints on how this can be done efficiently.
Really appreciate your help.
M

