walkor / GatewayWorker

Distributed realtime messaging framework based on workerman.
MIT License
1.01k stars 294 forks source link

How to avoid single point of failure #84

Closed nskushwah closed 2 years ago

nskushwah commented 2 years ago

Hi Walkor,

I want to avoid single point of failure so need to understand:

Suppose if the Registers goes down then what will happen to the existing connection and new connection? Also if we restart the Register then all the previous connections will be lost?

What will happen if one Business worker crashes? How are Gateway workers forwarded to another Business worker?

Regards, Narottam

walkor commented 2 years ago

Hi nskushwah Here are the answers https://github.com/walkor/GatewayWorker/issues/83#issuecomment-990667859 .

nskushwah commented 2 years ago

Thanks