-
Notifications
You must be signed in to change notification settings - Fork 458
Description
Search before asking
- I searched in the issues and found nothing similar.
Description
Some users follow the guide "Deploying Local Cluster" to deploy Fluss on one machine and then try to start Flink on another machine to access it, but find that the connection fails.
Flink throws an exception like:
NetworkException: Disconnected from node 127.0.0.1:13336.
We should add a warning note at the beginning of the "Deploying Local Cluster" page to clarify that this setup only starts a Fluss cluster on a single machine, and the Fluss endpoint is only accessible locally. If users want to access the Fluss cluster from another machine, you need to follow the "Deploying Distributed Cluster" guide and use coordinator-server.sh and tablet-server.sh with an externally accessible hostname and port.
Willingness to contribute
- I'm willing to submit a PR!