The Wayback Machine - https://web.archive.org/web/20211217210919/https://github.com/topics/service-discovery
Skip to content
#

service-discovery

Here are 553 public repositories matching this topic...

consul
marco-m
marco-m commented Dec 5, 2021

Overview of the Issue

Hello,

consul tls ca create creates 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

$ consul tls ca create
==> Saved consul-agent-ca.pem
==> Saved consul-agent-ca-key.pem

W

jmilktea
jmilktea commented Nov 12, 2021

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

hujun-w-2
hujun-w-2 commented Dec 16, 2021

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

fyodor
fyodor commented Mar 16, 2021

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

express-gateway
XVincentX
XVincentX commented Jan 2, 2018

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

stamahto
stamahto commented Nov 10, 2021

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

sample-spring-microservices-new

Demo for Spring Boot 2 and Spring Cloud microservices with distributed configuration (Spring Cloud Config), service discovery (Eureka), API gateway (Spring Cloud Gateway, Zuul), Swagger2 API documentation, logs correlation using Spring Cloud Sleuth and many more

  • Updated Dec 6, 2021
  • Java

a microservices library - scalecube-services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind)

  • Updated Dec 3, 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.

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