Java call Python actor method use actor.call (#7614)

This commit is contained in:
fyrestone
2020-03-17 14:52:43 +08:00
committed by GitHub
parent ffa9df4683
commit 7697ea2be2
10 changed files with 127 additions and 46 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ def dashboard(cluster_config_file, cluster_name, port):
@click.option(
"--internal-config",
default=None,
type=str,
type=json.loads,
help="Do NOT use this. This is for debugging/development purposes ONLY.")
@click.option(
"--load-code-from-local",