cloud-native
Here are 788 public repositories matching this topic...
-
Updated
May 13, 2021 - Go
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component
eg. Nacos Discovery, Sentinel
Is your feature request related to a problem? Please describe.
Feign限流降级好像只支持url粒度,能否支持服务粒度,就像对RestTemplate支持两种粒度一样(Feign's current limiting degradation seems to only support URL granularit
Any hover effects doesn't properly applied to all header elements (top line with cluster name and cluster menu). It seems that something placed on top of them and covers most of their height.
https://user-images.githubusercontent.com/9607060/108056014-cd186a00-7061-11eb-8ac0-5d01e206e636.mp4
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.
-
Updated
May 4, 2021
-
Updated
May 13, 2021 - Go
-
Updated
May 12, 2021 - Go
-
Updated
Apr 26, 2021 - Shell
Description
Hibernate ORM can automatically generate create/update/drip scripts for the database schema.
This is normally done when it's started (see #16483 ), as we expose some configuration properties which allow it to generate the .sql files when it starts.
However this feature is very useful during development, as one makes changes to the domain model and its mapping we want to i
-
Updated
May 12, 2021
The proxy-metrics diagnostics include potentially private information (service names, pod names, etc).
It would be helpful if this command could support an --obfuscate flag that mangles metric label values like
authoritydst_servicedst_namespacetarget_addrserver_idclient_id
Each of these values should be hashed so that values can be correlated but shou
Local PV (device) provisioner leaves a stale BDC in the following case:
- On PVC request, creates a BDC
- If the system doesn't have a matching BD, then PVC request keeps retrying, and so does the NDM operator that keeps retrying
- Now if the user deletes the PVC, then Local PV (device) provisioner doesn't get the trigger to process delete, as there was no PVC.
This causes the stale BDC
-
Updated
May 10, 2021 - Go
I have been asked several times whether the value filled in cc.spec.common.es.externalElasticsearchUrl requires an http prefix, but it is actually not needed, but this key is a bit confusing. I don’t know if I need an http prefix sometimes when I look at it, so I think it’s clearer to change it to externalElasticsearchUrl to externalElasticsearchHost
/kind feature-request
-
Updated
May 10, 2021 - Scala
We need to update the customer_config scheme to use foreign key and cascade deletion.
Also please update CustomerControllerTest.testCustomerDELETEWithValidUUID to track these changes.
Would love to see support for the strings.Repeat(s string, count int) string go function within OPA's built-in functions.
I am using the output of the walk function to create "fingerprints" of highly nested objects and need to output a list of strings for all paths. I have a work arounds, but this would be much cleaner if the Repeat function were added to builtins.
Expected Behavior
Improve Docs
Please describe which part of docs should be improved or typo fixed
Currently in getting-started, there would always be a $ at the front of each command, which makes users hard to do three-click to directly copy the whole command and run without modification. They have to manually delete `
-
Updated
Apr 9, 2021 - Go
-
Updated
Apr 29, 2021 - Java
-
Updated
Apr 17, 2021 - Makefile
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
currently, we have more than one go.mod file, and we should also cleanup these file during make check.
-
Updated
May 12, 2021 - Go
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
What problem are you facing?
-
Updated
May 13, 2021 - Python
We have a Jupyter notebook on the README, a good idea could be to expand this to the parts that we have yet a notebook to have a more interactive README.
-
Updated
Apr 20, 2021 - Go
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://