Re: Practical guidance with Scala and Flink >= 1.15

2022-05-11 Thread Roman Grebennikov
As a yet another attempt to make Flink work with scala 2.13/3.x, we went further and and cross-built a forked version of Flink's Scala API: https://github.com/findify/flink-scala-api Check the github repo for details, but if you can afford re-bootstr

Re: Practical guidance with Scala and Flink >= 1.15

2022-05-11 Thread Salva Alcántara
gt;>> >>> >>> >>> What is the state of the affair? >>> >>> >>> >>> Best regards >>> >>> >>> >>> Thias >>> >>> >>> >>> >>> >>> >>> &

Re: Practical guidance with Scala and Flink >= 1.15

2022-05-11 Thread Ran Tao
her … is that the >> case?? >> >> That would be very unfortunate … >> >> >> >> What is the state of the affair? >> >> >> >> Best regards >> >> >> >> Thias >> >> >> >> >> >> >>

Re: Practical guidance with Scala and Flink >= 1.15

2022-05-11 Thread Salva Alcántara
affair? >> >> >> >> Best regards >> >> >> >> Thias >> >> >> >> >> >> >> >> *From:* Martijn Visser >> *Sent:* Monday, May 9, 2022 2:38 PM >> *To:* Robert Metzger >> *Cc:* Salva Alcán

Re: Practical guidance with Scala and Flink >= 1.15

2022-05-11 Thread Martijn Visser
gt; > > > Thias > > > > > > > > *From:* Martijn Visser > *Sent:* Monday, May 9, 2022 2:38 PM > *To:* Robert Metzger > *Cc:* Salva Alcántara ; user < > user@flink.apache.org> > *Subject:* Re: Practical guidance with Scala and Flink >= 1.15 >

RE: Practical guidance with Scala and Flink >= 1.15

2022-05-10 Thread Schwalbe Matthias
regards Thias From: Martijn Visser Sent: Monday, May 9, 2022 2:38 PM To: Robert Metzger Cc: Salva Alcántara ; user Subject: Re: Practical guidance with Scala and Flink >= 1.15 ⚠EXTERNAL MESSAGE – CAUTION: Think Before You Click ⚠ Hi Salva, Like Robert said, I don't expect that we

Re: Practical guidance with Scala and Flink >= 1.15

2022-05-09 Thread Martijn Visser
Hi Salva, Like Robert said, I don't expect that we will be able to drop support for Scala 2.12 anytime soon. I do think that we should have a discussion in the Flink community about providing Scala APIs. My opinion is that we are probably better off to deprecate the current Scala APIs (keeping it

Re: Practical guidance with Scala and Flink >= 1.15

2022-05-09 Thread Robert Metzger
Hi Salva, my somewhat wild guess (because I'm not very involved with the Scala development on Flink): I would stick with option 1 for now. It should be easier now for the Flink community to support Scala versions past 2.12 (because we don't need to worry about scala 2.12+ support for Flink's intern

Practical guidance with Scala and Flink >= 1.15

2022-05-06 Thread Salva Alcántara
I've always used Scala in the context of Flink. Now that Flink 1.15 has become Scala-free, I wonder what is the best (most practical) route for me moving forward. These are my options: 1. Keep using Scala 2.12 for the years to come (and upgrade to newer versions when the community has come up with