ecs-object-client-java icon indicating copy to clipboard operation
ecs-object-client-java copied to clipboard

Java SDK for storing objects in ECS

Results 16 ecs-object-client-java issues
Sort by recently updated
recently updated
newest added

Currently, the geoppinning algorithm is fixed on the number of vdc, hence mod #vdc. This makes scaling harder and harder as the number of vdc increase. By implementing consistent hash,...

Currently, when an unhealthy VDC is detected while geo-pinning, the client changes the operand in the mod operation to reflect the number of healthy or good VDC. This new healthy...