cloud-native
Here are 1,084 public repositories matching this topic...
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:
组件:
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.
Your ultimate Go microservices framework for the cloud-native era.
-
Updated
Apr 25, 2022 - Go
A web and RPC framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
-
Updated
Apr 25, 2022 - Go
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
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
A curated list of Microservice Architecture related principles and technologies.
-
Updated
Apr 22, 2022
Track/log UI usage
Summary
We could add a beacon endpoint that could by the UI to track usage of the UI
<TrackEvent event='viewNodeSummary'/>This just makes a HTTP request to /api/v1/collect?t=trackEvent&event=viewNodeSummary, similar to:
https://developers.google.com/analytics/devguides/collection/protocol/v1/reference
This event could be logged, with the SSO subject/email so Splunk
High-Performance server for NATS.io, the cloud and edge native messaging system.
-
Updated
Apr 25, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
When I start the docker container
-
Set automatic backup condition parameters:
1).backup condition by date(year,month,week,day)
2).number of backup files retained -
Recovery the data
1).Identification by backup file,rest
Kubernetes中文指南/云原生应用架构实战手册 - https://jimmysong.io/kubernetes-handbook
-
Updated
Apr 25, 2022 - Shell
Storage Orchestration for Kubernetes
-
Updated
Apr 25, 2022 - Go
Description
See https://dev.twitch.tv/docs/authentication/getting-tokens-oidc/#oidc-authorization-code-grant-flow
Implementation ideas
No response
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
Description
Hi,
When I use openid-connect plugins with the wrong redirect_uri in Apache APISIX.
Like flow:
"plugins":{
"openid-connect":{
...
"scope":"openid profile",
"bearer_only":false,
"introspection_endpoint_auth_method":"client_secret_post",
"redirect_uri":"http://127.0.0.1:9080/"
.
Cloud Native application framework for .NET
-
Updated
Apr 25, 2022 - C#
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-
-
Updated
Apr 25, 2022
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
These two examples point to hardcoded playground URLs, https://play.openpolicyagent.org/p/ikesWCFIH8 and https://play.openpolicyagent.org/p/oL4Ofd1nQi.
They contain input documents that don't match the latest kubernetes schema, i.e. "apiVersion": "admission.k8s.io/v1beta1".
The
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
Dragonfly is an intelligent P2P based image and file distribution system.
-
Updated
Mar 21, 2022 - Go
Old repo for Linkerd 1.x. See the linkerd2 repo for Linkerd 2.x.
-
Updated
Mar 29, 2022 - Scala
讨论如何构建一套可靠的大型分布式系统
-
Updated
Apr 10, 2022 - Vue
↯ Cloud-scale performance testing for DevOps & SRE
-
Updated
Apr 25, 2022 - JavaScript
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
-
Updated
Apr 25, 2022 - Go
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
-
Updated
Apr 25, 2022 - Go
Improve this page
Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.
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."





expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc