portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
19 stars 2 forks source link

Client and server should have options to change target ip and port #232

Closed MKLepium closed 1 year ago

MKLepium commented 1 year ago

Change the ClientCLI so that the ip and port are optional parameters.

jspenger commented 1 year ago

Edited the title. In addition to just the ClientCLI having the option to set the ip and port, this should be something that can be set also for the Server. Note that this will cover many classes and objects, work on this will include working on the Server, SBTRunServer, Client, and ClientCLI.