Skip to content

Releases: twitter/tormenta

Upgrade to Storm 1.0.2 API and support Scala 2.12

18 Jan 00:40
Compare
Choose a tag to compare
  • Preserve openHook callbacks on SchemeSpouts: #69
  • Upgrade to Storm API 1.0.2, as part of this change kestrel support was removed from tormenta: #71
  • Update the build: #73
  • Support Scala 2.12: #75

Minor bugfix

02 Feb 20:53
Compare
Choose a tag to compare
  • Update the build: #67
  • handlers now survive map, filter, flatMap #66

Upstream updates

29 Jul 16:45
Compare
Choose a tag to compare

Minor release bumping with upstreams

Metrics, scala 2.10 and scala 2.11!

27 Jan 01:04
Compare
Choose a tag to compare
  • Update to scala 2.10 #57
  • Scala211 upgrades #58
  • Spout to accept a metric registration function #60
  • Re-order 3rdparty dependencies #61

Version 0.8.0; spout metrics bug fix, scalainform

06 Aug 19:07
Compare
Choose a tag to compare
  • Use scalainform: #54
  • Modifications to Spout code to allow for metric registration: #53

Version 0.7.0; fix semver

24 Jan 19:31
Compare
Choose a tag to compare
  • Fix semantic version (minor API change affected binary compatibiltiy of KafkaSpout)

Make the forceStartOffset programmable

23 Jan 22:26
Compare
Choose a tag to compare
  • Make the forceStartOffset programmable: #51

Avro updates, logging badness

07 Dec 00:05
Compare
Choose a tag to compare
  • Add logging, make storm provided: #47
  • Upgrades Avro/Bijection-avro: #49

Metrics and more

06 Nov 18:24
Compare
Choose a tag to compare
  • Add Scheme "withHandler" Test: #38
  • Fixes Implicit resolution in GenericAvroSchemeLaws: #40
  • Changed TopologyTest to object from class: #42
  • Adds AvroTraversableSpouts for testing Avro Record with SummingBird: #43
  • Spout metrics: #46
  • Move to sbt 0.13: #45

0.5.2: Tormenta gets Tests

08 Sep 20:11
Compare
Choose a tag to compare

This release adds a proper TraversableOnce spout that makes it easy to test topologies. We've also added a TopologyTest to show off how to use tormenta when writing storm topologies for production and for testing.

Issues tackled:

  • Break out tormenta-kestrel and tormenta-kafka: #31
  • Add mailing list to README: #34
  • Add proper TraversableSpout (usable within topologies) and first test: #35