apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.43k stars 942 forks source link

[Question]store real-time metrics data not support redis-cluster? #2308

Closed zjh-Github closed 1 month ago

zjh-Github commented 1 month ago

Question

image

存储实时数据redis不支持集群吗?

Calvin979 commented 1 month ago

Yes, redis cluster is not supported now. Please assign this issue to me. @tomsun28

Calvin979 commented 1 month ago

@tomsun28 May I use the third dependency like Jedis or Redisson?

Yanshuming1 commented 1 month ago

@tomsun28 May I use the third dependency like Jedis or Redisson?

From my point of view, the project uses lettuce framework for redis operation,lettuce seems to support cluster as well

tomsun28 commented 1 month ago

yes, we try to avoid use other third-party packages