Re: Async Functions and Scala async-client for mySql/MariaDB database connection

2017-03-31 Thread Ufuk Celebi
k.runtime.taskmanager.Task.run(Task.java:655) > at java.lang.Thread.run(Thread.java:745) > / > > I think it's involving connection.connect returning object which is a Future > and so the Await. This is different than jdbc driver, which worked like a > charm. I tried to move away the await from the lazy val. > > Can't wait for your opinion. Thank you so much in advance. > > Andrea > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Async-Functions-and-Scala-async-client-for-mySql-MariaDB-database-connection-tp12469.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at > Nabble.com.

Async Functions and Scala async-client for mySql/MariaDB database connection

2017-03-30 Thread Andrea Spina
message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Async-Functions-and-Scala-async-client-for-mySql-MariaDB-database-connection-tp12469.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.