service-discovery
Here are 479 public repositories matching this topic...
Issue Description
引入nacos后,导致服务启动失败
异常信息: Could not resolve placeholder 'project.version' in value "${project.version}"
Describe what happened (or what feature you want)
异常栈:
2020-08-05 15:47:11.844 [ERROR] [main] [org.springframework.boot.SpringApplication] @@@traceId=@@@ Application startup failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Erro
The forward plugin has some rather convoluted config setups. I.e. functions on Proxy that call other functions on the lower bits (Transport and Healthcheck). For some reason I can't remember HealthCheck as an interface; where in reality we only have one impl. here.
This all looks over-engineered and ready to be massively simplified - hopefully with a reduction in LOCs.
-
Updated
Jul 30, 2020 - Scala
-
Updated
Aug 26, 2020 - Go
-
Updated
Aug 25, 2020 - Go
[zosy@localhost:~]% rpm -qa zenmap
zenmap-7.60-1.noarch
gnome doesn't use gksu instead of pkexec, so i made a patch.
su-to-zenmap-fix-gnome-root.patch.txt
add com.gnome.pkexec.zenmap.policy to /usr/share/polkit-1/actions should works fine.
[com.gnome.pkexec.zenmap.policy.txt](https://github.com/nmap/n
-
Updated
Mar 28, 2019 - 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 6, 2020 - Go
-
Updated
Jun 15, 2020 - Java
-
Updated
Aug 25, 2020 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Feb 25, 2020 - Go
-
Updated
Oct 3, 2018 - Python
-
Updated
Apr 14, 2020 - C
-
Updated
Aug 7, 2020 - Java
-
Updated
Dec 21, 2018 - C++
-
Updated
Jul 1, 2020 - Java
-
Updated
Dec 1, 2019 - Dockerfile
-
Updated
Aug 14, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 11, 2020 - Java
-
Updated
Jul 10, 2020 - Python
-
Updated
Jul 31, 2020 - Go
Problem Summary:
-
There was a change to Steeltoe quite some time ago to comply with the Spring spec for returning HTTP 503 in cases of HealthStatus.DOWN or HealthStatus.OUT_OF_SERVICE.
-
For 500 series errors, however, HWC is configured by default to substitute a canned message for the http response content - so, instead of getting back any failed health checks, the monitor just gets a 503 w
-
Updated
May 28, 2020 - Go
-
Updated
Aug 12, 2020 - 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."
Hey guys
I am learning and using seata recently, this is a great thing.
Component
spring-cloud-alibaba-seata:0.9.0.RELEASE
Question
I see that the seata source code contains the spring boot web dependency. **Is there a plan to support [sp