service-discovery
Here are 553 public repositories matching this topic...
Which Component
Sentinel
Describe what problem you have encountered
在hystrix和resilience4j中,我们可以配置default,对所有的feign client生效,例如熔断规则,隔离策略。在sentinel中我找不到类似的配置,似乎需要单个url去配置,这非常麻烦,请问怎么做。
In hystrix and resilience4j, we can configure "default", which will take effect for all feign clients, such as circuit breaker rules and isolation strategies. I can't find a similar configuration in sen
Is your feature request related to a problem? Please describe.
如果配置需要下发到多个机房,修改配置的时候,需要每个集群都修改一次,如果能做到不同集群之间的配置数据同步会更好。
(If the configuration needs to be delivered to multiple equipment rooms, you need to modify the configuration for each cluster. It is better to synchronize configuration data between clusters. )
Describe the solution you'd like
A clear and concise description of
-
Updated
Dec 14, 2021 - Java
-
Updated
Dec 16, 2021 - Go
-
Updated
Dec 17, 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
Dec 9, 2021 - 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
Aug 7, 2021 - Go
-
Updated
Sep 26, 2021 - Java
-
Updated
Dec 8, 2021 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Jun 16, 2021 - Go
-
Updated
Feb 23, 2021 - Go
-
Updated
Oct 3, 2018 - Python
-
Updated
Nov 22, 2021 - C
-
Updated
Dec 3, 2021 - Java
Is your feature request related to a problem? Please describe.
Extension "AddConfigServer()" don't exists on builder, which is type: WebApplicationBuilder in .Net 6 (used to be: IHostBuilder in previous versions).
Describe the solution you'd like
Update configServer extension to type WebApplicationBuilder.
Additional context
.Net 6 has a new approach for building project. The sta
-
Updated
Dec 6, 2021 - Java
-
Updated
Dec 14, 2021 - Java
-
Updated
Dec 21, 2018 - C++
The Music Store should be updated to use .NET 6, optionally with using the minimal API approach
-
Updated
Dec 1, 2019 - Dockerfile
-
Updated
Oct 27, 2021 - Go
-
Updated
Dec 3, 2021 - Java
-
Updated
Dec 15, 2021 - Java
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 of the Issue
Hello,
consul tls ca createcreates a private key file that is world-readable.Instead, it should create it with permissions
0600, to reduce the possibility of information disclosure (and subsequent elevation of privilege).Details
What I did
W