[ https://issues.apache.org/jira/browse/FLINK-31126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dong Lin updated FLINK-31126: ----------------------------- Description: The Java module containing the servable classes (e.g. KMeansServable) should not have to depend on Flink runtime. This is because we want to minimize the library size so that servable classes can be deployed on edge devices (e.g. phone) with minimal memory footprint. In order to achieve this goal, we need to move the classes depending on > Move classes not dependenting on Flink runtime from flink-ml-core to > flink-ml-servable-core > ------------------------------------------------------------------------------------------- > > Key: FLINK-31126 > URL: https://issues.apache.org/jira/browse/FLINK-31126 > Project: Flink > Issue Type: Sub-task > Reporter: Dong Lin > Assignee: Dong Lin > Priority: Major > > The Java module containing the servable classes (e.g. KMeansServable) should > not have to depend on Flink runtime. This is because we want to minimize the > library size so that servable classes can be deployed on edge devices (e.g. > phone) with minimal memory footprint. > In order to achieve this goal, we need to move the classes depending on -- This message was sent by Atlassian Jira (v8.20.10#820010)