1996fanrui commented on issue #3905: URL: https://github.com/apache/incubator-streampark/issues/3905#issuecomment-2242094530
Thanks @SbloodyS for driving this proposal! I have a question: is the `master server` or the `worker server` single process? Or are they virtual(logical) role? I prefer they are virtual(logical) role, it means they can be deployed inside of single process. The single StreamPark Process includes master and worker role together. And worker is multiple thread to fetch and execute tasks periodically. If master and worker are separate process, users need to start a series of process for HA mode(At least 2 workers and 2 masters). It will increase the deployment cost for users. Also, I'd like to rename the `master server` to `rest service` for 2 reasons: - In general, the master only have one active instance. - Server means a process, but one process could has multiple services. Looking forward to your feedback, thanks in advance. -- 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]
