Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Release 0.17.0

Compare
Choose a tag to compare
@srkukarni srkukarni released this 13 Nov 14:52
· 871 commits to master since this release
f540aab

Highlights

  • Bug Fixes/Code Cleanups
  • Streamlet enhancements/examples

Release Notes

  • Introduce Kryo Serializer to Streamlet (#2540)
  • improve passing of executor ports (#2516)
  • Update README.md with service url config (#2544)
  • Update README to use service url config (#2543)
  • update gitignore (#2539)
  • Use builder pattern in Streamlet API (#2538)
  • Change heron api dependency (#2534)
  • Add a config translation function for components and fix a typo. (#2536)
  • Used for example (#2537)
  • Since Heron does not use kryo for anything, there is no need to shade it out (#2535)
  • Explicity setting heron apiserver to run as cluster-admin (#2531)
  • Allow users to register timer tasks in topologies (#2522)
  • Generalize the interface of a Source by allowing it to emit a collection at once (#2526)
  • Fix log.error exception in check_direct_mode_cluster_definition() (#2532)
  • bump docs/website version (#2529)
  • Apply config translation for Bolt and Spout (#2527)
  • Fix the command line for heron executor for aurora. (#2525)
  • Java streamlet examples (#2501)