Ok, thanks for the info. When is it planned to be released Storm v2.0? We need to decide if migrate all our code to java7 or wait to Storm 2.0 release.
Thanks for your help. 2017-07-10 13:38 GMT+02:00 Xin Wang <[email protected]>: > Hi Hector, > > The Storm 2.0 needs JDK 1.8. Seems like the documents should be updated. > And you can write a bolt using Java8 Lambda. Example: > https://github.com/apache/storm/blob/master/examples/ > storm-starter/src/jvm/org/apache/storm/starter/LambdaTopology.java > > Thanks, > Xin > > 2017-07-10 19:13 GMT+08:00 Hector Garzón <[email protected]> > : > >> Hello, >> As indicated on official documentation (http://storm.apache.org/relea >> ses/2.0.0-SNAPSHOT/Setting-up-a-Storm-cluster.html) the only java >> version tested with Storm is Java 7. And there is no guaranty of Storm >> working on another java version. >> >> So, my question is if there is any plan to support java8 (I can't see any >> project roadmap)? >> >> Has anybody already used Java8 on cluster mode on Production environment? >> >> Thanks >> > >
