[chat service] websocket server

请问用户连接到的websocket server是谁负责分配的呢,是load balancer 或者Gateway吗?

Load Balancer 的功能是平衡负载,可以实现把 websocket 机器给客户端的功能。值得注意的是,Load Balancer 和 Gateway 的功能可以由同一个服务器实现的,比如 Nginx。 也可以单独出来,比如 HAproxy 是单纯的 LB.

1 个赞