cloud-native
Here are 996 public repositories matching this topic...
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create database db;
use db;
rename table tb1 to tb2;
2. What did you expect to see? (Required)
MySQL 5.7
ERROR 1017 (HY000): Can't find file: './db_optimistic/tb1.frm' (errno: 2 - No suc
Which Component
Sentinel
Describe what problem you have encountered
在hystrix和resilience4j中,我们可以配置default,对所有的feign client生效,例如熔断规则,隔离策略。在sentinel中我找不到类似的配置,似乎需要单个url去配置,这非常麻烦,请问怎么做。
In hystrix and resilience4j, we can configure "default", which will take effect for all feign clients, such as circuit breaker rules and isolation strategies. I can't find a similar configuration in sen
What would you like to be added:
A button or link from the list of instances of
-
Updated
Dec 21, 2021 - Go
-
Updated
Dec 21, 2021 - Go
ENV
Python 3.9
jina 2.5.0
Describe the bug
If i try to dump an image blob to a io.bytesio object an error is thrown
from jina import Document
import io
d = Document(uri='steam_data/image_store/8c/5b/8c5b265b9c533636.png')
output = io.BytesIO()
(
d
.load_uri_to_image_blob()
.dump_imacurrent return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Sep 21, 2021
-
Updated
Dec 21, 2021 - Go
Summary
If the basehref is set, the placeholder address of the workflow-event-bindings page should also be added synchronously
Similarly, the Swagger-API docs needs to be handled
-
Updated
Dec 21, 2021 - Shell
-
Updated
Dec 21, 2021 - Go
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
I would like to add DataType_UInt64.
Why is this needed?
Databases like mysql support unsigned integer numbers through keywords such as UNSIGNED.
In order to enrich the data type, we have no reason not to support it.
Anything else?
No response
Description
Continuing on quarkusio/quarkus#20849
The current implementation (
We need to add this as a parameter (11 or 17, default still being automatic based on shell java version) in the CLI and Maven plugin.
Implementation ideas
See comment ht
-
Updated
Dec 21, 2021
Issue description
Sometimes the full CI "linux_openresty" https://github.com/apache/apisix/blob/4423509680a0c2103ce23b30a0da71735ef73e8f/.github/workflows/build.yml#L27
takes 50 minutes to complete.
Let's split it into multiple parts so the max single job time can be reduced.
We can pass an environment variable as the test file range in https://github.com/apache/apisix/blob/442350968
We're on 5.3.0 and would like to upgrade to v6, but that's a breaking change that requires manual intervention in our routes handling.
The React-router project has promised a compatibility layer to come up at some point that would avoid having to change things too much, but I feel that's a second-best solution and would prefer to have things written as per the best practice.
For anyone w
The workflow stale.yml is referencing action actions/stale using references v1. However this reference is missing the commit af4072615903a8b031f986d25b1ae3bf45ec44d4 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upg
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
What part of OPA would you like to see improved?
Currently looking at a policy where it would be useful to get all the indexes of a specific substring or character from a string.
Describe the ideal solution
str := "something here and something there"
indexof_n(str, "thing") == [4, 23]Additional Context
This is currently easy to do with a single character,
Description
Currently, for e.g. say that out of 3 copies of a tablet, we want to have 2 copies in C1.R1.Z1 and 1 copy in C2.R2.Z2 then we would specify it as below:
./bin/yb-admin \
-master_addresses $MASTER_RPC_ADDRS \
modify_placement_info \
C1.R1.Z1,C1.R1.Z1,C2.R2.Z2 3
However, this is somewhat complex and hard to follow. We don't need to necessarily r
-
Updated
Dec 6, 2021 - Go
-
Updated
Dec 9, 2021 - Scala
How are you planning on using kubeedge?
I've been looking for something like this for a long time (Currently our team uses Rancher although their product wasn't really meant for edge computing.) I'd love to hear how others in the community would like to use this so I can compile a list of use cases that kubeedge can support out of the box.
Thanks!
-
Updated
Dec 20, 2021 - Go
-
Updated
Dec 21, 2021 - Vue
-
Updated
Nov 29, 2021 - Makefile
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."

Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: