service-discovery
Here are 556 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
-
Updated
Jan 8, 2022 - Java
-
Updated
Jan 9, 2022 - Go
-
Updated
Jan 3, 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
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
Jan 4, 2022 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Jun 16, 2021 - Go
-
Updated
Feb 23, 2021 - Go
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Environment
- Version: [e.g. v1
-
Updated
Oct 3, 2018 - Python
-
Updated
Nov 22, 2021 - C
-
Updated
Jan 6, 2022 - 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
Jan 6, 2022 - 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."

Feature Description
We are planning to use the enterprise snapshot feature to backup consul to Minio.
Currently, the config does not have an option to force s3 path style:
consul-s3-storage-options
instead of backing up to BUCKET.MINIO_URL, it should backup to MINIO_URL/BUCKET
For informatin, this option