-
Updated
Mar 19, 2022 - Java
spring-cloud
Here are 2,730 public repositories matching this topic...
-
Updated
Mar 17, 2022 - Java
-
Updated
Mar 18, 2022 - Java
-
Updated
Feb 9, 2022 - Java
-
Updated
Feb 9, 2022 - Java
Expected behavior
when follower read index failed, it will redirect to leader by raft-log read, then the raft-log will be copy to all nodes(include follower), follower will apply read raft-log also. In fact, follower can ignore read raft-log.
组件:
spring-cloud-starter-stream-rocketmq
问题版本:
2.2.7.RELEASE; 2021.0.1.0
问题详情:
stream-rocketmq 2.2.6.RELEASE 升级到 2.2.7.RELEASE 后,无法正常conmit offset
重现步骤:
1.运行的demo如下,使用 AcknowledgmentCallback.noAutoAck() 关闭自动ack,打印之后再 ack
@Bean
public ApplicationRunner poller(PollableMessageSource dest1In) {
return args -> {
while (true) {
if (!dest1In.
-
Updated
Apr 12, 2021 - Java
-
Updated
Feb 14, 2022 - Java
-
Updated
Mar 19, 2022 - Java
-
Updated
Mar 1, 2022 - Java
-
Updated
Mar 18, 2022 - Java
-
Updated
Mar 19, 2022 - Java
-
Updated
Mar 8, 2022 - Java
-
Updated
Aug 21, 2021 - Java
-
Updated
Feb 12, 2022 - Java
-
Updated
Mar 15, 2022 - PHP
-
Updated
Mar 5, 2022 - Java
-
Updated
Mar 14, 2022 - Java
-
Updated
Mar 8, 2022 - Java
-
Updated
Mar 19, 2022 - Java
-
Updated
Mar 17, 2022 - Java
-
Updated
Mar 8, 2022 - Java
-
Updated
Feb 8, 2020 - Java
-
Updated
Feb 28, 2022 - Java
Improve this page
Add a description, image, and links to the spring-cloud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spring-cloud topic, visit your repo's landing page and select "manage topics."

The code coverage https://codecov.io/github/ctripcorp/apollo seems to be less than 60%.
It would be great if it can be brought up around 80-90%.