What to build
Make Java service registration and discovery work correctly when the SDK is configured for Redis Cluster. Services should be able to register, heartbeat, unregister, refresh cached instance lists, and discover healthy instances through the same public APIs used in standalone mode.
The implementation should use the existing cluster-aware Redis abstraction or an equivalent business-level abstraction instead of borrowing a standalone Redis resource directly. Keep same-service keys aligned with the v2 key schema so the active-instance index and instance-detail hash remain safe under Cluster.
Acceptance criteria
Blocked by
What to build
Make Java service registration and discovery work correctly when the SDK is configured for Redis Cluster. Services should be able to register, heartbeat, unregister, refresh cached instance lists, and discover healthy instances through the same public APIs used in standalone mode.
The implementation should use the existing cluster-aware Redis abstraction or an equivalent business-level abstraction instead of borrowing a standalone Redis resource directly. Keep same-service keys aligned with the v2 key schema so the active-instance index and instance-detail hash remain safe under Cluster.
Acceptance criteria
Blocked by