cloud-native
Here are 1,139 public repositories matching this topic...
https://github.com/pingcap/tidb/blob/master/br/README.md
when click this link, we will get this error. The 'pingcap/tidb' repository doesn't contain the 'br/COMPATIBLE_TEST.md' path in 'master'.
See [COMPATBILE_TEST](./COMPATIBLE_TEST.md)
could be update link as (./COMPATIBILITY_TEST.md)
Which Component
spring-cloud-starter-stream-rocketmq
Describe the bug
When hot deployment in eclipse throw MQClientException: The producer group[mygroup] has been created before
To Reproduce
Steps to reproduce the behavior:
- Spring boot application with devtools in Eclipse
- Send message using org.springframework.cloud.stream.function.StreamBridge.send
- Modify any cod
-
Updated
Jul 7, 2022 - Go
In order to ensure the robustness of the code, we need your help to supplement the unit testing of the framework.

- config @shengzhou1216 #2168
- encoding @shengzhou1216 #2160
- middleware @darkweak #2161 #2165
- transport @Ccheers
- internal @shengzhou1216
-
Updated
Jul 8, 2022 - Go
-
Updated
Jul 8, 2022 - Python
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.
PodPriority should be deprecated from workflow spec since Kubernetes uses PodPriorityClass to indicate the importance and priority of a pod relative to others.
https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
Milvus highly rely on etcd for meta operation.
Retry is need since failed to operate on etcd may cause server crash.
To be noticed, the CompareValueAndSwap, CompareVersionAndSwap may no be able to add retry in a no brainer style so we need to
-
Updated
May 17, 2022
-
Updated
Jul 8, 2022 - Go
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
Description
At the moment, it seems that only configuring the db-kind of a datasource, and forgetting about the JDBC URL, will lead to the datasource not being created. It leads to confusing situations where the Hibernate ORM extension throws an error because it can't find the datasource.
See for example [here](https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/configure
-
Updated
Jun 1, 2022 - Shell
-
Updated
Jul 8, 2022 - Go
Description
- When I am using APISIX_PROFILE, if a value is assigned, it will be displayed as follows
a. config-dp.yaml
b. config-cp.yaml
c. ...[others]
- However, when I don't do the assignment, I expect to be
config.yaml, but I actually getconfig-.yaml. - It works fine, but the file names look ugly. As someone with code cleanliness, it's hard to accept i
-
Updated
Jul 7, 2022 - C#
What is the issue?
Browsing linkerd viz, you'll sometimes come across "Current Tap query" or similar, but when I copy the command and run it in the terminal it says,
Command "tap" is deprecated, use instead 'linkerd viz tap [flags] (RESOURCE)'How can it be reproduced?
Troubleshooting the "getting started" emoji voto app, suggests on the Tap-site for the /api/vote-en
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Jun 18, 2022
Is your feature request related to a problem? Please describe.
Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ
Short description
When using opa bundle to bundle a rego and data, if the data file has a .yml extension the data is not packaged into the bundle, the generated bundle containing a data.json file with content {}. However if I rename the file to have a .yaml extension instead and run the same bundle command, the generated bundle has a data.json file with the correct data.
OPA versio
-
Updated
Jun 27, 2022 - Vue
-
Updated
Mar 21, 2022 - Go
-
Updated
Jul 8, 2022 - Go
-
Updated
Jul 7, 2022 - Go
What problem are you facing?
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."



expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc