Chuanlei Ni created FLINK-9710: ---------------------------------- Summary: Make ClusterClient be used as multiple instances in a single jvm process Key: FLINK-9710 URL: https://issues.apache.org/jira/browse/FLINK-9710 Project: Flink Issue Type: Improvement Components: Client Affects Versions: 1.4.2 Reporter: Chuanlei Ni
We can useĀ `ClusterClient` to submit job, but it is designed for command. So we cannot use this class in a long running jvm process which will create multiple cluster client concurrently. This Jira aims to make `ClusterClient` be used as multiple instances in a single jvm process. -- This message was sent by Atlassian JIRA (v7.6.3#76005)