beryllw commented on PR #1285: URL: https://github.com/apache/fluss/pull/1285#issuecomment-3106812187
For example, we can start a local cluster docker like this: ```bash docker run -it -p 9124:9124 -p 9123:9123 fluss-local localCluster --coordinator-opts "-Dbind.listeners=INTERNAL://0.0.0.0:0,CLIENT://0.0.0.0:9123 -Dadvertised.listeners=CLIENT://localhost:9123 -Dinternal.listener.name=INTERNAL" --tablet-opts "-Dbind.listeners=INTERNAL://0.0.0.0:0,CLIENT://0.0.0.0:9124 -Dadvertised.listeners=CLIENT://localhost:9124 -Dinternal.listener.name=INTERNAL" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
