InMemoryRegistryStore.putIfAbsent 在并发初始化失败时会丢失注册

作者: walitemuri创建于 2026年9月14日更新于 2026年9月14日

`InMemoryRegistryStore.putIfAbsent(key, value)` 在等待并发的 `computeIfAbsent` 映射函数失败时, 可以返回 `null` 而不存储 `value`。

内容来源: resilience4j/resilience4j