cloud-native
Here are 1,136 public repositories matching this topic...
Enhancement
Actual:
mysql> CREATE TABLE t1 (a BINARY(16) PRIMARY KEY);
Query OK, 0 rows affected (0.02 sec)
mysql> INSERT INTO t1 VALUES (AES_ENCRYPT('a','a'));
Query OK, 1 row affected (0.00 sec)
mysql> INSERT INTO t1 VALUES (AES_ENCRYPT('a','a'));
ERROR 1062 (23000): Duplicate entry '{ W]�u����.�٧t' for key 'PRIMARY'Expected:
mysql> CREATE TABLE t1 (a BIWhich 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
Jun 29, 2022 - Go
To ensure the robustness of the plug-in package code, we need your help to supplement the unit test of contrib package.
- config
-
- apollo
-
- consul @freezeChen
-
- etcd @CodeFish-xiao
-
- kubernetes @rogerogers #2140
-
- nacos @wcvb13
- registry
-
- consul @freezeChen
-
- discovery
-
- etcd @CodeFish-xiao
-
- eureka
-
- kubernetes
-
Updated
Jun 29, 2022 - Go
Backdrop:
Around 466 million people worldwide currently have a hearing loss and 34 million of those individuals are children. Hearing loss is increasing every year, and it is estimated that by 2050, over 900 million people will have a hearing loss. Sign language is a natural way of communication for challenged people with speaking and hearing disabilities. There have been
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.
Checklist
- [
✔ ] Double-checked my configuration. - [
✔ ] Tested using the latest version. - [
✔ ] Used the Emissary executor.
Summary
What happened/what you expected to happen?
The message that is output by the hook named on-fail should have the `{{ work
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
Jun 29, 2022 - Go
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
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
-
Updated
Jun 1, 2022 - Shell
-
Updated
Jun 29, 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
Jun 28, 2022 - C#
This check was introduced in #8557 and it fails in the dashboard because the web SA doesn't have RBAC to list pods cluster-wide.
Possible solutions:
- Add that RBAC
- Exclude that test by including it in [excludedChecksRE](https://github.com/linkerd/linkerd2/blob/9d868c097d6c01f6
-
Updated
Jun 28, 2022 - JavaScript
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
The MISCELLANEOUS top-level section in the docs navigation has grown organically over time. It feels like it's time to reorganize the content under MISCELLANEOUS that it's easier for people to find and more consistent.
Here's my proposal for where the conten
Jira Link: DB-2620
Description
Steps to repro -
- Setup xcluster replication between 2 universes with TLS ON and different certs.
- Start replication in demo1 table.
- Edit replication by adding demo2 table → fails.
Failing on 2.14, 2.15.0 and 2.15.1.
Platform Error message -
java.lang.RuntimeException: java.lang.RuntimeExce
-
Updated
Jun 27, 2022 - Vue
-
Updated
Mar 21, 2022 - Go
-
Updated
Jun 29, 2022 - Go
What problem are you facing?
-
Updated
Jun 28, 2022 - 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."





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