What to build
Ensure Java by client message dispatch keeps writing client dispatch trace metadata, spans, and lookup indexes when the SDK is running against Redis Cluster. Message delivery should not lose observability data simply because the trace writer still assumes a standalone Redis resource.
The trace meta and span writes should use a Cluster-compatible access path and preserve the existing best-effort behavior for cross-entity lookup indexes: failures in one index write should not fail message dispatch or prevent TTLs on trace data that was successfully written.
Acceptance criteria
Blocked by
What to build
Ensure Java by client message dispatch keeps writing client dispatch trace metadata, spans, and lookup indexes when the SDK is running against Redis Cluster. Message delivery should not lose observability data simply because the trace writer still assumes a standalone Redis resource.
The trace meta and span writes should use a Cluster-compatible access path and preserve the existing best-effort behavior for cross-entity lookup indexes: failures in one index write should not fail message dispatch or prevent TTLs on trace data that was successfully written.
Acceptance criteria
Blocked by