mone icon indicating copy to clipboard operation
mone copied to clipboard

Enhancing Log Agent Server with Multi-Instance Deployment Capability

Open goodjava opened this issue 1 year ago • 1 comments

Currently, the log agent server is responsible for communication with all log agents (and maintaining heartbeats), but due to the underlying RPC mechanism, it is a single-point application. We will provide a PR to solve this problem, allowing the log agent server to be deployed in multiple instances.

goodjava avatar Sep 26 '23 09:09 goodjava

I hope that the underlying layers of RPC and Dubbo can be specified to one of the machines through a load balancing algorithm, rather than having all configurations on the machines every day. I hope to support this

wtt40122 avatar Sep 27 '23 02:09 wtt40122