Re: Is Scala the best language for Flink?

2022-01-29 Thread Adriel Peng
I think the richful functional programming features in scala are better. regards. On Sat, Jan 29, 2022 at 4:24 PM HG wrote: > Because? > I am using IntelliJ. > What are the drawbacks of Java then? > > On Fri, Jan 28, 2022, 19:05 sri hari kali charan Tummala < > kali.tumm...@gmail.com> wrote:

Re: Is Scala the best language for Flink?

2022-01-29 Thread HG
Because? I am using IntelliJ. What are the drawbacks of Java then? On Fri, Jan 28, 2022, 19:05 sri hari kali charan Tummala < kali.tumm...@gmail.com> wrote: > Yes Scala is the best. > > On Fri, Jan 28, 2022, 9:57 AM Nicolás Ferrario > wrote: > >> Hi Seb. >> >> In my team we are migrating things

Re: Is Scala the best language for Flink?

2022-01-28 Thread sri hari kali charan Tummala
Yes Scala is the best. On Fri, Jan 28, 2022, 9:57 AM Nicolás Ferrario wrote: > Hi Seb. > > In my team we are migrating things to Kotlin because we find it much > easier to deal with. It's like the best of both worlds, but you do give up > on Flink Scala serializers, since the only way to get

Re: Is Scala the best language for Flink?

2022-01-28 Thread Nicolás Ferrario
Hi Seb. In my team we are migrating things to Kotlin because we find it much easier to deal with. It's like the best of both worlds, but you do give up on Flink Scala serializers, since the only way to get Kotlin Data Classes working is by making them a POJO (or implementing your own TypeInfo).

Re: Is Scala the best language for Flink?

2022-01-24 Thread Yun Tang
_ From: seb Sent: Monday, January 24, 2022 20:14 To: user@flink.apache.org Subject: Is Scala the best language for Flink? Hi there, I am getting started with Apache Flink. I am curious whether there is a clear winner between developing in either Scala or Java. It sounds like Flink is typically

Is Scala the best language for Flink?

2022-01-24 Thread seb
Hi there, I am getting started with Apache Flink. I am curious whether there is a clear winner between developing in either Scala or Java. It sounds like Flink is typically slower to support new versions of Scala and that Java development might have fewer quirks. What do you think? I have