Re: flink and akka HTTP

2018-06-18 Thread Till Rohrmann
.2.0 -> 1.3.2 > > || \--- > org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4 > > || \--- org.scala-lang:scala-library:2.11.6 -> > 2.11.12 > > |+--- com.google.code.gson:gson:2.8.4 > > |\--- com.google

RE: flink and akka HTTP

2018-06-18 Thread Gäckler Martin
utions GmbH Managing Directors Uwe Reder, Dr. Riclef Schmidt-Clausen Register Court Ingolstadt HRB 5221 From: Till Rohrmann [mailto:trohrm...@apache.org] Sent: Montag, 18. Juni 2018 13:17 To: Gäckler Martin Cc: user Subject: Re: flink and akka HTTP Just for clarification: The user jar contains the required

Re: flink and akka HTTP

2018-06-18 Thread Till Rohrmann
mbH > > Managing Directors Uwe Reder, Dr. Riclef Schmidt-Clausen > > Register Court Ingolstadt HRB 5221 > > > > *From:* Till Rohrmann [mailto:trohrm...@apache.org] > *Sent:* Montag, 18. Juni 2018 13:05 > *To:* Gäckler Martin > *Cc:* user > *Subject:* Re: flink and ak

RE: flink and akka HTTP

2018-06-18 Thread Gäckler Martin
Subject: Re: flink and akka HTTP Is it then working or not? On Mon, Jun 18, 2018, 11:52 Gäckler Martin mailto:martin.gaeck...@esolutions.de>> wrote: Good morning, Thanks for the hint. AKKA streams and http are added to our user jar. If not, our HTTP client won't work. According t

Re: flink and akka HTTP

2018-06-18 Thread Till Rohrmann
pagstr. 4a > > 85055 Ingolstadt > > Germany > > > > Phone +49 8458 3332 145 > > > > e.solutions GmbH > > Managing Directors Uwe Reder, Dr. Riclef Schmidt-Clausen > > Register Court Ingolstadt HRB 5221 > > > > *From:* Till Rohrmann [mailto:tr

RE: flink and akka HTTP

2018-06-18 Thread Gäckler Martin
t: Re: flink and akka HTTP Hi, I assume that you have an Akka dependency conflict. By adding the Akka dependency version to your user jar and enabling child first class loading you should be able to control which Akka version is loaded. The only thing you have to check is whether Flink works w

Re: flink and akka HTTP

2018-06-18 Thread Till Rohrmann
Hi, I assume that you have an Akka dependency conflict. By adding the Akka dependency version to your user jar and enabling child first class loading you should be able to control which Akka version is loaded. The only thing you have to check is whether Flink works with a newer version of Akka. C