xuziyang

Results 8 issues of xuziyang

### Description The current shenyu admin cluster only has an nginx in front of it, and nginx performs load balancing on multiple admin requests. it has the following problems: 1....

status: volunteer wanted
status: discuss

声明一个抽象类EnhanceMessageHandler实现RocketMQListener接口 abstract class EnhanceMessageHandler implements RocketMQListener{} 声明一个类实现MchApplymentConsumer extends EnhanceMessageHandler实现抽象类EnhanceMessageHandler DefaultRocketMQListenerContainer的getMessageType返回的Type类型为T

rockermq 版本 4.9.4 k8s 版本 v1.23.17 代码里有设置hostIp的环境变量,如下图 ![image](https://github.com/apache/rocketmq-operator/assets/8465969/94ca90f4-1961-4c06-b7a2-9001a8a10c6c) 但是broker的xml却没有这个环境变量,如下如 ![image](https://github.com/apache/rocketmq-operator/assets/8465969/f3b11b82-b0b0-4f95-898b-d8888c643085)

### Description It is well known that Promethus is the de facto standard for metrics monitoring. Many time series databases implement promethus remote write and remote read protocols, such as...

enhancement
good first issue
status: volunteer wanted
new feature

### Question ![image](https://github.com/apache/hertzbeat/assets/8465969/d0943b52-968e-4986-84be-4e9b7d67bfa4) Since only one realtimeDataStore and one historyDataStore can be configured, why in MetricsDataController injection is a collection of stores instead of a single store instance. I think...

question

### Question When I deployed hearzbeat using helm in k8s, I found no instructions for using hostpath storage

question

### Description org.apache.hertzbeat.warehouse.store.AbstractHistoryDataStorage violates the interface segregation principle: In this class, there are the following three methods: saveData (), getHistoryMetricData () and getHistoryIntervalMetricData (). DataStorageDispatch uses the method saveData ()...

status: volunteer wanted