Elijah Yang

Results 14 issues of Elijah Yang

I am a new in fasthttp. I meet EOF error when I use fasthttp. what's that mean and how to fix it? By the way, My server support keep-alived

经常会有请求报错500, 后台日志报错EOF,看了下pkg/util/fasthttp_client.go:219代码,压根没有处理失效连接(与server的连接可能会由于网络等原因异常断开),这谁敢用啊,连接池里的连接指不定啥时候就被server断开了

当server端支持keep-alive时,连续向proxy发送大量请求,proxy会报错dispatch node 0 failed with error EOF。启动参数调整--limit-conn-keepalive=30,问题出现概率会降低。当彻底关闭server的keep-alive问题可以解决,但是这会带来严重性能损耗。 请问这是bug还是有什么参数?

URLPattern: "/aaa/*" 无法匹配/aaa/,我的理解*应该是任意字符串或者为空。 所以要怎么才能既匹配/aaa/也匹配/aaa/xxx呢

can't find apache offical rocketmq-exporter in hub.docker.com? it seems that I have to build image by myself?

help wanted

**Describe the problem/challenge you have** I want to change localPVprovisionerName by some config or env. Does any one have any ideas ?

**Describe the problem** I use redis_exporter to monitor redis sentinel, but the metric redis_instance_info/redis_mode show standalone, but **What version of redis_exporter are you running?** 1.45.0 **Running the exporter** docker run...

bug

### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the...

### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [X] I have searched the...

type/bug

rocketmq5.x自动主从切换需要引入额外的Controller:https://rocketmq.apache.org/zh/docs/deploymentOperations/03autofailover,似乎该chart没有处理。