service-discovery
Here are 566 public repositories matching this topic...
Nacos 2.1.0无法创建新的配置
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
Jun 5, 2022 - Java
Via a Slack conversation with @chrisohaver.
What you would like to be added: A warning about potentially malformed domains in Corefiles: e.g., k8s.foo.bar.com::53 (with two colons).
Why this is needed: CoreDNS will parse the domain as
-
Updated
Jun 1, 2022 - Go
-
Updated
Jun 1, 2022 - Scala
-
Updated
Feb 23, 2021 - Go
Question
Can we force the new sanitizing key to be applied to the configuration on /refresh call?
Environment (please complete the following information):
- .NET Core 3.1.3
- Steeltoe Version 3.0.2
Additional context or links
I tried to work with Steeltoe's /env and /refresh endpoints. What I noticed is that the sanitizer works only when a project is started. When you add a k
-
Updated
Jun 3, 2022 - Java
Add a sample that shows how to add a custom endpoint using the management endpoints library.
-
Updated
Jun 3, 2022 - Java
-
Updated
May 26, 2022 - C++
-
Updated
Jun 2, 2022 - Go
-
Updated
May 25, 2021 - Python
-
Updated
May 18, 2022 - Go
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
Jan 27, 2022 - Go
-
Updated
May 31, 2022 - Jinja
-
Updated
May 26, 2020 - Go
-
Updated
Jan 23, 2019 - Python
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
May 18, 2022 - Python
-
Updated
Dec 30, 2017 - C#
-
Updated
Oct 17, 2021 - C#
-
Updated
May 15, 2019 - C#
Improve this page
Add a description, image, and links to the service-discovery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the service-discovery topic, visit your repo's landing page and select "manage topics."




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