Re: Flink 1.3 REST API wrapper for Scala

2017-06-13 Thread Michael Reid
ble also on maven central? > > On 13 Jun 2017 4:36 am, "Michael Reid" wrote: > >> I'm currently working on a project where I need to manage jobs >> programmatically without being tied to Flink, so I wrote a small, >> asynchronous Scala wrapper around t

Flink 1.3 REST API wrapper for Scala

2017-06-12 Thread Michael Reid
I'm currently working on a project where I need to manage jobs programmatically without being tied to Flink, so I wrote a small, asynchronous Scala wrapper around the Flink REST API. I decided to open source the project in case anyone else needs something similar. Source is at https://github.com/mj