Skip to content
#

cloud-native

Here are 1,005 public repositories matching this topic...

joshkping
joshkping commented Nov 16, 2021

Is there an existing issue for this?

  • I have searched the existing issues

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:

A sender MUST NOT send a Content-

xuanyu66
xuanyu66 commented Dec 19, 2021

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

CREATE DATABASE IF NOT EXISTS tispark_test;
CREATE TABLE IF NOT EXISTS tispark_test.table_test(i int, s varchar(128));
CREATE ROLE IF NOT EXISTS 'test_read', 'test_write';
GRANT SELECT ON tispark_test.table_test TO 'test_read'@'%';
GRANT UPDATE ON `tispa

jmilktea
jmilktea commented Nov 12, 2021

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

jina
Stubatiger
Stubatiger commented Nov 29, 2021

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_ima
milvus
czs007
czs007 commented Dec 16, 2021

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

ia3andy
ia3andy commented Nov 23, 2021

Description

Continuing on quarkusio/quarkus#20849

The current implementation (👆) uses the shell java version to determine a compatible version (11 or 17 for now) in generated project.

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

LeoDemon
LeoDemon commented Dec 23, 2021

Versions Used
KubeSphere: 3.2.0
Kubernetes: 1.20.5

Environment
3 master nodes, 2 worker nodes

CentOS Linux release 7.5.1804 (Core), all node are: 8C/16G

How To Reproduce
Steps to reproduce the behavior:

1、Go to 'CRD-->ClusterConfiguration-->ks-installer',modify the "servicemesh.enabled" from "false" to "true"

2、after a few minutes, the pods of istio-system namespace will be gene

alpeb
alpeb commented Nov 10, 2021

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

fission
sanketsudake
sanketsudake commented Dec 21, 2021

Fission/Kubernetes version

Fission version above 1.14.1

Kubernetes platform (e.g. Google Kubernetes Engine)

Describe the bug
We have added support for Container functions in 1.14.1.
Currently, the grace period for container functions is hardcoded. We should make it configurable.
https://github.com/fission/fission/blob/76f51e977de9118494b74f929c383f1392f1d8b8/pkg/exec

anderseknert
anderseknert commented Dec 17, 2021

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,

yugabyte-db
wrannaman
wrannaman commented Mar 23, 2019

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!

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