The Wayback Machine - https://web.archive.org/web/20220720225610/https://github.com/topics/cloud-native
Skip to content
#

cloud-native

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

mjonss
mjonss commented Jul 19, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

create table t (d datetime) partition by range columns (d) (partition p1 values less than ('2022-01-01'), partition p2 values less than (maxvalue), partition p3 values less than (MAXVALUE));

2. W

frlzk
frlzk commented Feb 16, 2022

Which 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:

  1. Spring boot application with devtools in Eclipse
  2. Send message using org.springframework.cloud.stream.function.StreamBridge.send
  3. Modify any cod
akka
milvus
cfreebuf
cfreebuf commented Jul 11, 2022

Is there an existing issue for this?

  • I have searched the existing issues

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

When deploy milvus with external pulsar cluster provided by other team,
we meet the problem that milvus does not support pulsar auth,
but for security it's recommend to enable auth for pulsar cluster.
so will milvus support pulsar auth later?

good first issue kind/feature
gotoing
gotoing commented Feb 15, 2022

Add a network option in creating workload

image

like rancher‘s Networking tab

image

** During workload creation, user can customize own hosts and DNS search doma

help wanted good first issue kind/design kind/feature-request
yrodiere
yrodiere commented Jun 27, 2022

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

kind/enhancement good first issue area/persistence
sunhao-java
sunhao-java commented Jun 9, 2022

Description

  1. 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]
  1. However, when I don't do the assignment, I expect to be config.yaml, but I actually get config-.yaml.
  2. It works fine, but the file names look ugly. As someone with code cleanliness, it's hard to accept i
good first issue
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

tsandall
tsandall commented Apr 23, 2022

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.

image

Here's my proposal for where the conten

yugabyte-db
amitanandaiyer
amitanandaiyer commented Jul 15, 2022

Jira Link: DB-2957

Description

To reduce memory consumption, coarse histograms generally only track avgs using sum/count. They don't track percentiles which may need using more buckets.

However, sometimes while debugging this may be useful.

Add a gflag

  • to use a higher number of buckets for tracking p95s etc.
  • to control whether o
kind/bug good first issue area/docdb priority/medium

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