sofastack / sofa-bolt

SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.
https://www.sofastack.tech/projects/sofa-bolt/
Apache License 2.0
2.44k stars 860 forks source link

Whether to provide bolt server cluster deployment? #293

Closed LeeLargeBear closed 2 years ago

LeeLargeBear commented 2 years ago

At present, after starting the server, it is still a single machine deployment. How to solve the problem that when the server sends a message to the client, the client connects to another machine in the cluster for message forwarding

JervyShi commented 2 years ago

Bolt is a low-level network library and does not directly deal with service discovery scenarios. For service discovery-related capabilities, please refer to the service disovery ability in SOFA-RPC.