cloud-native
Here are 711 public repositories matching this topic...
-
Updated
Dec 10, 2020 - Go
When debug the demo for spring-cloud-dubbo-consumer-sample, system happend ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at com.alibaba.cloud.dubbo.service.SpringRestService.requestBodyMap(SpringRestService.java:92)
It like appear in
com.alibaba.cloud.dubbo.service.SpringRestService#requestBodyMap(@requestbody Map<String, Object> data)
, when a consumer us
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
API documentation for nodejs client for hydra returns a 404
The link mentioned in the documentation: https://github.com/ory/hydra/blob/master/sdk/js/swagger/README.md
-
Updated
Dec 4, 2020
-
Updated
Dec 8, 2020 - Go
-
Updated
Dec 10, 2020 - Go
-
Updated
Dec 10, 2020 - Go
-
Updated
Nov 30, 2020 - Shell
-
Updated
Dec 10, 2020
Feature Request
What problem are you trying to solve?
When running linkerd check where the contents of IdentityContext.TrustAnchorsPem are a set of certificates (i.e. a bundle), the test for the validity of the identity will produce the following error:
linkerd-identity
----------------
× certificate config is valid
IdentityContext.TrustAnchorsPem does not match ca.cr
-
Updated
Dec 3, 2020 - Go
-
Updated
Sep 11, 2020 - Scala
- UniverseTaskBase.java, isServerAlive(), absent ybService.closeClient();
- Universe.java, getMasterLeader(), it is better to put closeClient() into the
finallyblock; - SetFlagInMemory.java, run(), closeClient() could be missed in case of any exceptions raised after getClient() and before closeClient();
- WaitForServerReady.java, run(), it is better to put closeClient() into the `finally
Feature Description
Kubersphere integrate the velero based on the k8s CRD extensions
How does it work
It's like monitoring component
-
Updated
Dec 10, 2020 - Go
-
Updated
Sep 29, 2020 - Go
-
Updated
Dec 10, 2020 - Java
-
Updated
Dec 9, 2020 - Makefile
So far we don't enable the SNI extension when communicating with upstream. If upstream server depends on SNI to select proper certificate, then the TLS/SSL handshaking will fail. So we should carry the SNI extension.
Nginx has a directive named proxy_ssl_server_name.
Syntax: proxy_ssl_server_name on | off;
proxy_ssl_server_name
What would you like to be added/modified:
To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.
To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef
-
Updated
Dec 10, 2020 - Go
-
Updated
Dec 8, 2020 - Python
-
Updated
Nov 12, 2020 - Go
There is no e2e test and documents for external network delay and partition now
The e2e test could be found in /test/e2e/chaos/basic.go. Reading other tests in that file could help accomplish this issue.
Example for extern network delay:
apiVersion: chaos-mesh.org/v1alpha1
kind: NetworkChaos
metadata:
name: network-netem-example
namespace: chaos-testing
spec:
-
Updated
Dec 9, 2020 - Java
-
Updated
Dec 9, 2020 - C++
Improve this page
Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."



Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://