SilverFox
SilverFox
# 问题 在针对 Ceph 的部署版本中 https://github.com/nacos-group/nacos-k8s/commit/1e7beb9cc7b4bd8d84261a4ca3f8766332cb8be6#diff-f8b53cc4612bb87e44ee96435124b2d612ac942eff61f56bbff96c94c52f5d38L112-L123 移除了健康检查,请问是出于什么方面的考虑?@paderlol # 期望 我们目前使用的是 Nacos 1.1.4。在几次 Nacos 集群意外重启的事故中,某个实例处于 503 Service Unavailable 状态,但是由于缺少 Probe 未能及时从集群中排除。 这里想咨询一下使用 Liveness 和 Readiness API 是否有什么负面影响。
Hi, there is a typo in the README.md file at [11.1. Retry Delay Function](https://github.com/confluentinc/parallel-consumer#retry-delay-function). ```java final double multiplier = 0.5; final int baseDelaySecond = 1; ParallelConsumerOptions.builder() .retryDelayProvider(recordContext -> { int...