Skip to content
#

cloud-native

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

tiancaiamao
tiancaiamao commented Feb 14, 2022

Enhancement

[2022-02-14T04:12:14.746Z] ----------------------------------------------------------------------
[2022-02-14T04:12:14.746Z] FAIL: db_test.go:7069: testSerialDBSuite.TestModifyColumnTypeWhenInterception
[2022-02-14T04:12:14.746Z] 
[2022-02-14T04:12:14.746Z] db_test.go:7124:
[2022-02-14T04:12:14.746Z]     c.Assert(checkMiddleWarningCount, Equals, true)
[2022-02-14T04:12:
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.
lens
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

good first issue
akka
milvus
xiaofan-luan
xiaofan-luan commented Apr 29, 2022

Is there an existing issue for this?

  • I have searched the existing issues

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

currently, milvus use protobuf heavily in the cgo interface for data exchange between go and c code.

However, if we take a deep look into it, many of the code path is copied and converted heavily, for instance in the load path:

  1. read parquet
good first issue kind/feature
maxandersen
maxandersen commented May 4, 2022

Description

can't run quarkus dev in offline mode so it can/will fail in cases where no internet access despite build is possible using just local resources.

zulip conversation at https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/offline.20dev.20mode

quarkus build already have offline support thus this should just be about enabling it to be passed through for dev.

Im

kind/enhancement good first issue area/cli
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
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
pkj415
pkj415 commented Apr 18, 2022

Description

Create a cluster with TEST_docdb_log_write_batches=true and observe the following -

./bin/yb-ctl create --rf=1 --data_dir ~/yugabyte-data --tserver_flags 'TEST_docdb_log_write_batches=true'
./bin/ysqlsh
yugabyte=# create table test (k int primary key, v int);
CREATE TABLE
yugabyte=# insert into test values (1, 1);
ERROR:  Network error: recvmsg error: Connection refus
good first issue area/docdb

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