星小梦
星小梦
> Can you provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a...
The reason for the first problem is found, because the @Retryable annotation does not have the function of circuit breaker, only the function of retrying after throwing an exception.
> The reason for the first problem is found, because the @Retryable annotation does not have the function of circuit breaker, only the function of retrying after throwing an exception....
The third question, I seem to have found the reason. When I use *spring-cloud-starter-circuitbreaker-spring-retry* I should use the io.github.resilience4j.retry.annotation.Retry annotation, right?  Because @EnableRetry annotation and @Retryable annotation are provided...
> The third question, I seem to have found the reason. When I use _spring-cloud-starter-circuitbreaker-spring-retry_ I should use the io.github.resilience4j.retry.annotation.Retry annotation, right?  > > Because @EnableRetry annotation and @Retryable...
The relevant documentation and homepage about this spring-cloud-starter-circuitbreaker-spring-retry starter are not accessible, is there any reason for this?  Home page https://spring.io/spring-cloud/spring-cloud-circuitbreaker/spring-cloud-starter-circuitbreaker/spring-cloud-starter-circuitbreaker-spring-retry Source code https://github.com/spring-cloud/spring-cloud-build/spring-cloud-circuitbreaker/spring-cloud-starter-circuitbreaker/spring-cloud-starter-circuitbreaker-spring-retry
Is it so inactive here?
Understood, thanks
> Hello and thanks for your message. Touching on a few existing solutions: Dictating text on the screen is built in Windows and Transcribing audio (files) to text is a...
不知道是否还存活,我有几个疑问,烦请大佬说明下: 号段模式下 1. 多db支持的话,应该都是多主数据库,多主数据库之间应该是有数据复制机制的,以保证数据在各个主库中的一致性,也就是a库等于b库的数据。这时号段表a库和号段表b库的号段配置数据还能保持不一致吗? 2. 号段模式的delta和remainder字段,delta代表了id的增量,也就是可以控制奇偶数,那remainder的字段的作用有何用呢?