wxbty

Results 14 issues of wxbty

Why does the bind redis module only support set operations? I want to transform the jedis sdk of the project into a sidecar mode, and I hope to implement dapr...

Does the dapr built-in support redis common api, not just state storage? If the external component supports it, please let me know which one it is

**Describe the issue** When using install.sh to install the cli in the linux environment, it prompts “Error opening archive: Unrecognized archive format”. After investigation, there is a problem with the...

content/incorrect-information

## What is the purpose of the change The content of metrics should not be placed in the common package ## Brief changelog move to dubbo-metrics,add a separate dubbo-metrics-default package,...

## What is the purpose of the change When I was writing registry metric implement, I will use some codes of metrics-api, and found that some codes might be optimized....

## What is the purpose of the change Provides a custom extension for service not found. Issue Number: close #10950 rebase of #11060 ## Brief changelog The spi extension ExceptionProcessor...

## What is the purpose of the change Issue Number: close #11268

Issue Number: close #11146 注册中心-可观测性 与default实现上有些差异,主要几点: 1、两级事件机制,埋点事件->注册中心事件->注册监听器->统计数据, listener从spi加载 default是统计完数据后发一个事件 2、去掉MetricsStatHandler,这个应该没有必要,increase 等自增功能是数据聚合类职能 3、统计项的遍历注册只做一次(initDataStructure),后续从集合中处理获取数据,定义内部数据容器来处理差异行为

As mentioned in the roadmap #13065 , the benchmark construction form I understand is as follows. Do you have any other opinions? ### Dubbo performance benchmark test #### Goal: Reflect...

help wanted
type/proposal
component/benchmark

TimeCounterEvent in the Metrics module is now an abstract class, and events inherit from it to have the ability to calculate rt. Inheritance mechanism brings inflexibility and sometimes we have...

help wanted
type/proposal
component/sdk