service-discovery
Here are 573 public repositories matching this topic...
组件:
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
Mar 28, 2022 - Java
-
Updated
Mar 28, 2022 - Go
-
Updated
Mar 24, 2022 - Go
Right now, whenever Zenmap crashes, it gives the user a stack trace and asks the user to send it to the Nmap dev list. So we get a flood of emails (most of which aren't even allowed through moderation) which often contain just a stack trace with no subject line or any explanatory text in the message body. Lots of these are for well known issues in older versions of Zenmap. So it's not very usef
-
Updated
Mar 26, 2022 - Scala
-
Updated
Dec 16, 2021 - Go
-
Updated
Sep 25, 2020 - Objective-C
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as 409. If the object does not pass the schema validation, it should be a 415.
Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint: Error cl
-
Updated
Aug 7, 2021 - Go
-
Updated
Sep 26, 2021 - Java
-
Updated
Mar 28, 2022 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Jun 16, 2021 - Go
-
Updated
Feb 23, 2021 - Go
目前在代码里有两次计算 ServiceInstanceRevision 的方法:
- 消费 comRevisionCh 异步计算
- ServiceInstancesCache 发现流程中同步补偿计算
这两个地方使用的 service 信息不一致,前者是 revision,后者是 id
// processRevisionWorker 处理revision计算的函数
func (nc *NamingCache) processRevisionWorker(req *revisionNotify) bool {
if req == nil {
log.CacheScope().Errorf("[Cache][Revision] get null revision request")
return false
}
if req.servi
-
Updated
Oct 3, 2018 - Python
-
Updated
Nov 22, 2021 - C
Describe the bug
A clear and concise description of the bug.
when my asp.net core 3.1 app host in IIS, the url console is 127.0.0.1,so,when i have Multiple instances,the instances name will be the same,such as 127.0.0.1:svaname:port,eureka server think they are a single instance.
i print the console in source code:


Overview
I think it's time to start iterating on hashicorp/consul#11536 . Since, I've gathered some feedback from folks that we can implement.
Suggestions
Let's look at an errored check: