Skip to content
#

cloud-native

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

xiaowenyu
xiaowenyu commented Mar 1, 2022

组件:
spring-cloud-starter-stream-rocketmq
问题版本:
2.2.7.RELEASE; 2021.0.1.0

问题详情:
stream-rocketmq 2.2.6.RELEASE 升级到 2.2.7.RELEASE 后,无法正常conmit offset

重现步骤:
1.运行的demo如下,使用 AcknowledgmentCallback.noAutoAck() 关闭自动ack,打印之后再 ack

 @Bean
    public ApplicationRunner poller(PollableMessageSource dest1In) {
        return args -> {
            while (true) {
                if (!dest1In.
jina
divyasreedev
divyasreedev commented Mar 14, 2022

Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.

Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search

akka
ChaosInTheCRD
ChaosInTheCRD commented Mar 10, 2022

Summary

As a consequence of one of my PRs, a bug was introduced into the master branch of the Argo Workflows codebase. This had instant repercussions (see Github Issue here) for new users that were consuming the tool. Whenever the docs provide a link to manifests, they point to the master branch (see [here](https://github.com/argoproj/ar

milvus
dariocurr
dariocurr commented Mar 21, 2022

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

I would like to have a method to retrieve all the rows from a collection, something like SELECT * in SQL.

Currently I achieve this goal using the following boolean expression: index != -1, but I guess this is not the best way to to this.

Why is this neede

alpeb
alpeb commented Feb 28, 2022

What problem are you trying to solve?

Under some configs, Grafana charts making use of the [i]rate function aren't displaying any data.

How should the problem be solved?

This happens when time duration parameters in promql queries are smaller than the scrape interval Prometheus is configured with. The solution is detailed in [this blog post](https://grafana.com/blog/2020/09/28/new-in-

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

yugabyte-db
chrisckchang
chrisckchang commented Mar 16, 2022

Description

source: https://docs.yugabyte.com/latest/architecture/transactions/isolation-levels/#root

We begin the section by listing out 4 transaction isolation levels in decreasing order of strictness. Where possible, subsequent sections should follow this order to make it easier for readers to follow. For example, rewrite the second paragraph to read:

YugabyteDB supports three transa

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