Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 2.64 KB

File metadata and controls

86 lines (55 loc) · 2.64 KB

tormenta

Version 0.8.0

  • Use scalainform: twitter#54
  • Modifications to Spout code to allow for metric registration: twitter#53

Version 0.7.0

  • Fix semantic version (minor API change affected binary compatibiltiy of KafkaSpout)

Version 0.6.1

  • Make the forceStartOffset programmable: twitter#51

Version 0.6.0

Version 0.5.4

Version 0.5.3

Version 0.5.2

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

Version 0.5.1

  • Fixed missing open call to TwitterSpout
  • Moved KafkaSpout to tormenta-kafka
  • Moved KestrelSpout to tormenta-kestrel

Version 0.5.0

  • tormenta becomes tormenta-core
  • Add tormenta-twitter
  • Spouts gain map, filter, flatMap
  • ScalaSpout -> Spout
  • ScalaScheme -> Scheme
  • Schemes and Spouts now have proper variance

Version 0.4.0

  • More KafkaSpout customization.

Version 0.3.2

  • Add ability to customize zkRoot in KafkaSpout.

Version 0.3.1

  • Republish using jdk6.

Version 0.3.0

  • Remove bijection dependency and BijectionScheme (This should just be a FunctionScheme anyway.)
  • Add scala 2.10 cross build

Version 0.2.1

  • Added Conjars repo back in. Depend on public version of bijection.

Version 0.2.0

  • Modified ScalaKryoFactory for easier extensions.
  • Use bijection-core instead of util-core

Version 0.1.1

  • Added base ScalaKryoFactory implementation.

Version 0.0.2

  • Added ScalaScheme and ScalaSpout with chill dependency for serialization.

Version 0.0.1

  • Added ScalaInterop java class for DRPC.