lwzphper / go-im

支持百万连接的 go IM 系统
3 stars 0 forks source link

Message peak shaving design #1

Open bryce-gif opened 4 weeks ago

bryce-gif commented 4 weeks ago

The client (such as web) uses the http interface to send messages to the background. After being processed by the business logic layer, the message queue (nats, kafka) is sent. After the link management layer consumes the message, the corresponding message is pushed. Some immature advice

lwzphper commented 3 weeks ago

Thank you for your suggestion, MQ will be used later in the plan