cloud-native
Here are 687 public repositories matching this topic...
-
Updated
Oct 29, 2020 - Go
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
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.
Is your feature request related to a problem? Please describe.
AWS Fargate and ECS is a popular container cluster. Jaeger and datadog are not native to AWS, require additional setup, cost and operations. AWS X-Ray support distributed tracing for ECS and AWS lambda. A custom lambda can be developed for oauth2 token validation against Hydra. Currently tracing between lambda authorizer and hyd
-
Updated
Sep 15, 2020
In scale deployment popup screen, please add + and - buttons near by slider. This will be an easy to use case. Thanks
-
Updated
Oct 28, 2020 - Go
-
Updated
Oct 29, 2020 - Go
-
Updated
Oct 29, 2020 - Go
-
Updated
Oct 10, 2020 - Shell
-
Updated
Oct 27, 2020
Bug Report
What is the issue?
'linkerd check' errors out with missing ClusterRole when prometheus is not deployed through configuration
How can it be reproduced?
Deploy linkerd with 'global.prometheus.enabled' set to false and run 'linkerd check'
Logs, error output, etc
(If the output is long, please create a gist and
paste the link here.)
-
Updated
Sep 11, 2020 - Scala
-
Updated
Oct 22, 2020 - Go
There doesn't seem to be a way to set postgres process options without editing the source code and compiling. Add a gflag to take those options, and make sure they override the defaults (whether that be making the options after the defaults or before, I don't know at the moment).
One use of this is using the -d N option to set different log levels (e.g. DEBUG3) for postgres. See `src/po
Feature Description
Kubersphere integrate the velero based on the k8s CRD extensions
How does it work
It's like monitoring component
-
Updated
Sep 29, 2020 - Go
-
Updated
Oct 27, 2020 - Java
-
Updated
Oct 29, 2020 - Go
-
Updated
Oct 3, 2020 - Makefile
Here is a FAQ(How APISIX use etcd to update the configuration in milliseconds) in Chinese.
APISIX利用etcd如何实现毫秒级别的配置同步
etcd提供接口wait、waitdir接口用于监听指定关键字、目录是否发生变更,如果发生变更,返回更新的数据。
以waitdir接口为例:
syntax: res, err = cli:waitdir(dir:string [, modified_index:uint [, timeout:uint] ])
其中timeout参数表示调用进程和etcd长连接的时间,值为0时表示无长连接。
APISIX关于etcd长连接时间的配置如下:
etcd:
host:
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
Oct 28, 2020 - Go
-
Updated
Oct 16, 2020 - Go
-
Updated
Oct 28, 2020 - Python
-
Updated
Oct 26, 2020 - Java
-
Updated
Oct 25, 2020 - C++
I can see from the document of crossplan, I have to install crossplan via helm https://crossplane.io/docs/v0.12/getting-started/install-configure.html which request me to download a helm binary, any plan to provide a big yaml template or operator to let me install the crossplan via a kubectl command?
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://