Skip to content
#

cloud-native

Here are 844 public repositories matching this topic...

y934317258
y934317258 commented Apr 25, 2021

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
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

lens
akka
olix0r
olix0r commented Apr 28, 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

  • authority
  • dst_service
  • dst_namespace
  • target_addr
  • server_id
  • client_id

Each of these values should be hashed so that values can be correlated but shou

kmova
kmova commented Apr 6, 2020

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

daniel-hutao
daniel-hutao commented Apr 29, 2021

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

starsz
starsz commented Jun 28, 2021

Improve Docs

Please describe which part of docs should be improved or typo fixed

Hello, I found that apisix support using "/apisix/admin/plugins/reload" API to reload plugins.
But we don't add description into admin-api.md

Referer: https://github.com/apache/apisix/blob/07bfe5b9c03ad361cb71541eb02fd661f1323213/apisix/admin/init.lua#L28

Describe the solution you'd like

Add "/

yugabyte-db
amitanandaiyer
amitanandaiyer commented Jul 1, 2021

Flush/Compact requests to the tServer are rpcs that are expected to take a long time. It does not make sense for these to use the same deadline (20s) and num_retries as other async_rpc_tasks.

We should have these tasks override these settings; similar to what BackfillChunk does to give itself more time; and also to disble/reduce retries in the case of flush/compact.

Without having this, we

rszabolcs
rszabolcs commented Jun 30, 2021

Expected Behavior

As I currently understand it is not possible to make OPA decision based on body contents that has content type application/x-www-form-urlencoded.

Actual Behavior

Decision log says "content-type: application/x-www-form-urlencoded parsing not supported".
Also the parsed_body is empty:
`[
{
"type": "string",
"value": "parsed_body"
},

roll57
roll57 commented May 27, 2021

Describe the bug
I have a setup where I use discovery to contact the spring config server. In my case I have both eureka and consul in the pom.xml
If I disable eureka in the bootstrap properties, I expect consul to be picked. It does not, it was working using spring boot 2.1.

Tested with spring boot 2.3.10 and spring cloud Hoxton.SR11

Sample
pom.xml

<dependency>
	<groupId>o
chaos-mesh

Improve this page

Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more