Skip to content
#

service-discovery

Here are 566 public repositories matching this topic...

consul
acpana
acpana commented Apr 18, 2022

overview

Today, the RequestRecorder records service RPC calls. If those take less than < 0ms, the recorder marks them as 0ms.

proposal

Make the RequestRecorder report the elapsed time for service calls that take less than < 0ms as 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

good first issue
onewe
onewe commented May 9, 2022

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或者其他类型,那么这个配置就

fassergey
fassergey commented May 5, 2021

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

help wanted good first issue Type/question Component/Management

Improve this page

Add a description, image, and links to the service-discovery topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more