Beetle agent is a proxy service software developed based on beetle. Its main purpose is to receive user requests and perform load processing based on the actual request information, it can flexibly distribute requests to different application servers and return the results processed by the application server to specific users.
Beetle agent features:
1) You can add application servers at any time to support hot loading of application servers.
2) supports hot backup of Application Servers. When an application server is unavailable, messages are automatically routed to a working Logic Server.
3) You can view the resources of different logic servers in real time.
4) supports message routing settings. You can write messagehandler to add it to the server. You can define a message routing according to different information, including Logic Server resources.
5) supports sharing information between different application servers.
6) supports custom protocols. Currently, only protobuf is supported.
The messagemodule module is missing after basic functions are completed. It is used to customize the request and response management processes.