service-discovery
Here are 538 public repositories matching this topic...
-
Updated
Sep 9, 2021 - Java
-
Updated
Sep 10, 2021 - Go
-
Updated
Sep 10, 2021 - 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
Aug 12, 2021 - Scala
-
Updated
Aug 20, 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
Aug 17, 2021 - Java
-
Updated
Sep 1, 2021 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Jun 16, 2021 - Go
-
Updated
Feb 23, 2021 - Go
-
Updated
Oct 3, 2018 - Python
-
Updated
Nov 16, 2020 - C
-
Updated
Sep 10, 2021 - Java
We want to monitor the application with AppDynamics, per AppDynamics, in order to monitor it in linux container, it has to be rabbitmq.client v6+, right now the Steeltoe.Messaging.RabbitMQ is v5.1.2.
Change the refrenced package of RabbitMQ.Client from 5.1.2 to 6.2.2
-
Updated
Dec 21, 2018 - C++
-
Updated
Jun 23, 2021 - Java
-
Updated
Aug 11, 2020 - Java
Add a sample that shows how to add a custom endpoint using the management endpoints library.
-
Updated
Dec 1, 2019 - Dockerfile
-
Updated
Aug 11, 2021 - Go
-
Updated
Sep 3, 2021 - Java
-
Updated
Jul 30, 2021 - Java
-
Updated
Aug 11, 2021 - Go
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."

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component
eg. Nacos Discovery, Sentinel
Is your feature request related to a problem? Please describe.
Feign限流降级好像只支持url粒度,能否支持服务粒度,就像对RestTemplate支持两种粒度一样(Feign's current limiting degradation seems to only support URL granularit