service-discovery
Here are 575 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
Apr 6, 2022 - Java
-
Updated
Apr 5, 2022 - Go
-
Updated
Apr 2, 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 29, 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
Mar 29, 2022 - Go
-
Updated
Sep 26, 2021 - Java
-
Updated
Mar 30, 2022 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Jun 16, 2021 - Go
-
Updated
Feb 23, 2021 - Go
When we test, many test services will be registered with Polaris, and these test services will be offline, but they still exist in the service list, which makes it inconvenient to manage and view services.
-
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:




Many people store configuration files in toml format and it will be useful to add support for this format