cloud-native
Here are 1,161 public repositories matching this topic...
Enhancement
mysql> CREATE TABLE t1 (
-> risk_id varchar(32) NOT NULL,
-> tran_id int NOT NULL,
-> KEY (`risk_id`)
-> );
mysql> CREATE TABLE t2 (
-> risk_id varchar(32) COLLATE utf8mb4_general_ci NOT NULL,
-> -- risk_id varchar(32) NOT NULL,
-> tran_id int NOT NULL,
-> KEY (`risk_id`)
-> );
mysql> explain select /*+ hash_join(t1) */ t1.ris
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
Aug 4, 2022 - Go
What would you like to be added:
Please add a column in the Pods list of the Da
What problem is the feature used to solve?
kratos does not provide client-side request retry logic
References
- [http retry](https://github.com/gojek/heimdall/tree/master/httpclient)
- [gprc retry](https://github.com/grpc-ecosystem/go-grpc-middleware/tree/master/retry)
-
Updated
Aug 4, 2022 - Go
Currently, some methods in PlainPermissionManager do not have the corresponding test case in PlainPermissionManagerTest. such as
createAclAccessConfigMap, updateAclConfigFileVersion, updateGlobalWhiteAddrsConfig, deleteAccessConfig.
Does anyone want to fulfill it?
-
Updated
Aug 4, 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.
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
When deploy milvus with external pulsar cluster provided by other team,
we meet the problem that milvus does not support pulsar auth,
but for security it's recommend to enable auth for pulsar cluster.
so will milvus support pulsar auth later?
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/
-
Updated
Aug 4, 2022 - Go
-
Updated
Jul 27, 2022
Description
As requested in quarkusio/quarkus#27096 (comment), Flyway supports configuring certain patterns to ignore migrations during validate and repair.
It would be nice to be able to specify that in the Flyway Config.
More info: https://flywaydb.org/documentation/configuration/parameters/ignoreMigrationPatterns
Implementation ideas
Inc
-
Updated
Jun 1, 2022 - Shell
-
Updated
Aug 4, 2022 - Go
Current State
We currently hardcore the APISIX version in the blog or doc, which has misled some newcomers when they read an old blog version. This also makes updating the latest APISIX version in the doc harder, because we need to change several places.
Desired State
Let's add a static file containing the version numbers, and provide a simple one-liner command to get the version numbe
Using linkerd-failover 0.1.0, as soon as a TS gets applied, this appears in the linkerd-failover pod:
2022-07-28T16:23:36.638595Z ERROR patch:patch{namespace=emojivoto trafficsplit=my-weights}: linkerd_failover_controller::traffic_split: failed to record event error=ApiError: events.events.k8s.io is forbidden: User "system:serviceaccount:linkerd-failover:linkerd-failover" cannot creat
-
Updated
Aug 2, 2022 - C#
-
Updated
Aug 3, 2022 - JavaScript
-
Updated
Jul 15, 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
We are using opa's discovery feature to dynamically download s3 bundles. Our policy file looks as shown below. This policy successfully downloads and activates "/main_bundle/authz.tar.gz".
package discovery
bundle_config := {
"bundles": {
"main": {
"service": "s3_service",
"resource": bundle_name
},
},
"default_decision": "/aut
-
Updated
Jul 20, 2022 - Vue
-
Updated
Mar 21, 2022 - Go
-
Updated
Aug 4, 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