断路器打开时有没有办法存储请求?

Is there a way to store requests when circuit breaker is open?

我需要保存我们的请求,以便稍后在断路器离开故障状态并返回关闭状态时处理它们。我找到的唯一方法是使用rabbit-mq,还有其他使用Polly库的方法吗?

I need to save our requests to process them later when the circuit breaker leaves the fault state and goes back to closed. The only way I found was using rabbit-mq, ​​is there another way using the Polly library?

Polly 只关心处理原始执行生命周期中的瞬态故障。 Polly 不提供持久存储命令供以后执行的机制。