Skip to content
#

cloud-native

Here are 1,050 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-

glkappe
glkappe commented Dec 31, 2021

lightning v5.3.0

After the content in parquet may be written by spark, the definition of bool is true or false. Regenerating the parquet file takes time, In tidb, bool behaves as tinyint, so proper type conversion will help improve the success rate of lightning import

parquet file:
![image](https://user-images.githubusercontent.com/21033020/147809823-214dcb34-0e10-4566-aa75-2109c0525144

icuxika
icuxika commented Feb 21, 2022

Doc

Verify that the default feign client takes effect. First visit http:localhost/test/default/false 2 times and then visit http:localhost/test/default/true, the circuit breaker is open

Verify that the specified feign client takes effect. First visit http:localhost/test/feign/false 2 times and then visit http:localhost/test/feign/true, the circuit breaker is open

Verify that the sp
lens
jina
joeyouss
joeyouss commented Oct 12, 2021

At Jina, we build crazy fun things using Jina and one such example is the meme search.
Meme search allows you to upload a meme of your choice and renders many similar memes to your meme !.

If you are interested in getting your hands on coding with Jina and creating something, this is the issue for you.

Idea:
Create a Pet image classification!.

tatodorov
tatodorov commented Feb 23, 2022

Summary

Add support for setting custom HTTP headers to argo CLI, similar to argocd -H, --header.

Use Cases

When Argo Workflows is configured behind IAP proxy like Cloudflare Access, we need to set a custom header with key cf-access-token and the actual token as a value.
Otherwise, when we execute argo list, we face the following error:

FATA[2022-02-23T22:38:56.530
milvus
ss892714028
ss892714028 commented Feb 23, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Milvus 2.0.0 does not support multi coordinator pod replicas. Although restarting Milvus coordinator pods are fast because they are stateless, it still takes several tens of seconds, and within that time, the Milvus service is not available.

radcortez
radcortez commented Dec 7, 2021

Description

If we use io.quarkus.runtime.annotations.RegisterForReflection#classNames to register classes for reflection it does not register classes up in the hierarchy.

On the other hand, if we use -H:ReflectionConfigurationFiles, it does register the full class hierarchy.

Implementation ideas

I think we should look for the full hierarchy here: https://github.com/quarkusio/qu

whioue
whioue commented Feb 22, 2022

Issue description

  1. I would like to ask mTLS Between APISIX and Upstream. If so, why is it that only the client certificate and key are configured when configuring the upstream, and the mTLS Between APISIX and Upstream can be completed without configuring the CA certificate?
  2. 我通过抓包进行分析,发现客户端与apisix之间进行了一个完整且正常的双向认证,apisix与服务端之间也是进行一个完整的双向认证,但是apisix作为客户端与服务端进行双向认证是未校验服务端的证书,请问一下这样做的原因是什
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
swaroopnuli
swaroopnuli commented Sep 19, 2020

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

anderseknert
anderseknert commented Feb 25, 2022

Every now and then we see users new to OPA missing the fact that /v1/data requires the JSON request body to wrap the input document, ala: {"input": {"x": "y"}}. Unless e.g. default assignment is used, OPA currently returns just an empty response for a request missing the "input" wrapper, i.e. {"x": "y"} ... it's easy to see why this would be, given how people likely have worked on their po

yugabyte-db

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