FlinkML / flink-jpmml

flink-jpmml is a fresh-made library for dynamic real time machine learning predictions built on top of PMML standard models and Apache Flink streaming engine
GNU Affero General Public License v3.0
96 stars 30 forks source link

Remove requirement for `streaming-scala` Flink library on ServingMessage import #52

Open spi-x-i opened 6 years ago

spi-x-i commented 6 years ago

If the user wants to import ServingMessage ADT components from an external project, he's forced to import non-necessary flink dependencies. This is due to the package object scala related to the same package, in which the ADT is located.

This should be fixed by separating the ADT to that logic.