星小梦

Results 41 comments of 星小梦

> 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? ![image](https://user-images.githubusercontent.com/28866025/184566289-6d0d1738-5fad-4b82-959e-228811f7a87d.png) 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? ![image](https://user-images.githubusercontent.com/28866025/184566289-6d0d1738-5fad-4b82-959e-228811f7a87d.png) > > 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? ![image](https://user-images.githubusercontent.com/28866025/184594439-982a981c-d595-4e61-a41e-ea1e61c15dd7.png) 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

> 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的字段的作用有何用呢?