service-discovery
Here are 579 public repositories matching this topic...
Hey, I found a little problem. if I configure a data-id without file extensions in extension-configs , but config content type is yaml. then there is a proble, configuration is invalid. because the configuration is parsed by properties. so I want to add fileExtension field in NacosConfigProperties.Config.
我发现一个小问题, 如果在extension-configs里的data-id没有带文件后缀,并且配置内容格式是yaml或者其他类型,那么这个配置就
-
Updated
May 9, 2022 - Java
-
Updated
May 9, 2022 - Go
-
Updated
May 10, 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
Apr 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
May 8, 2022 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Apr 14, 2022 - Go
-
Updated
Feb 23, 2021 - Go
-
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
Today, the
RequestRecorderrecords service RPC calls. If those take less than< 0ms, the recorder marks them as0ms.proposal
Make the
RequestRecorderreport theelapsedtime for service calls that take less than< 0msas decimal values, instead of 0.notes
testing
If you take this on, I'd kindly advise to start in a TDD fashion. Write a test