service-discovery
Here are 492 public repositories matching this topic...
内部数据库容灾(只有一个)
add *minimal* plugin
What would you like to be added:
Add a new plugin that minimizes responses as describe (e.g.) in the BIND manual
minimal-responses
minimal-responses yes | no ;
minimal-responses yes ;
If yes the server will only add records to the authority and additional data sections when they are required e.g. delegations, negative responses. This may improve the performance of the server. T
-
Updated
Sep 11, 2020 - Scala
-
Updated
Dec 3, 2020 - Go
The script is described as
Finds subdomains of a web server by querying Google's Certificate Transparency logs database (https://crt.sh).
At the moment the script reports all hostname-like identities where the input/target hostname is present somewhere in the identity. Specifically, the script does not verify that a returned identity is truly a subdomain of the target hostname.
As an ex
-
Updated
Nov 20, 2020 - 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 6, 2020 - Go
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 2, 2020 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Feb 25, 2020 - Go
-
Updated
Oct 3, 2018 - Python
-
Updated
Nov 16, 2020 - C
-
Updated
Dec 1, 2020 - Java
-
Updated
Dec 21, 2018 - C++
-
Updated
Nov 16, 2020 - Java
-
Updated
Dec 1, 2019 - Dockerfile
The docker discovery sample is still on .NET Core 2.1 and Steeltoe 2.2, it should be updated to newer versions of everything
-
Updated
Dec 1, 2020 - Go
Spring config server can be configured to have decryption of encrypted property values either at server side or client side.
https://cloud.spring.io/spring-cloud-config/reference/html/#_encryption_and_decryption
https://cloud.spring.io/spring-cloud-config/reference/html/#_serving_encrypted_properties
Steeltoe ConfigServer doesn't seems to support the client side decryption.
It would be
-
Updated
Aug 11, 2020 - Java
-
Updated
Nov 4, 2020 - Java
-
Updated
Dec 1, 2020 - Java
-
Updated
Sep 10, 2020 - Go
-
Updated
Nov 19, 2020 - Python
-
Updated
Oct 23, 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