@Andrew Flink should work with Scala classes that follow the POJO style (public fields), so you should be able to use the Java Avro Library just like that.
If that does not work in your case, please file a bug report! On Wed, Oct 21, 2015 at 9:41 AM, Till Rohrmann <trohrm...@apache.org> wrote: > What was your problem with using Java POJOs with the Scala API? According > to https://issues.apache.org/jira/browse/AVRO-1105, the progress on > adding a Scala API to Avro is kind of stalling. > > Cheers, > Till > > On Tue, Oct 20, 2015 at 9:06 PM, aawhitaker <aawhita...@gmail.com> wrote: > >> One more follow up: >> >> There doesn't appear to be an official avro library for Scala. How would >> you >> recommend integrating Avro in a Scala project? The most straightforward >> option seems to be to just use the Java library, but Scala Flink >> operations >> don't work on Java POJOs, as far as I could tell. Does that sound correct? >> What would you recommend? >> >> >> >> -- >> View this message in context: >> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-avro-integration-tp3162p3187.html >> Sent from the Apache Flink User Mailing List archive. mailing list >> archive at Nabble.com. >> > >