Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 671 Bytes

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 671 Bytes

Changelog

Only listing significant user-visible, not internal code cleanups and minor bug fixes.

0.3.0 (June 2016)

  • Compatibility for Spark version 1.6.1
  • Bug fixing
  • Distributed RabbitMQ consumer with direct approach
  • Parallelize the consumption in one node, to have more than one consumer
  • Encapsulated consumer and pool of consumers
  • Optimized RabbitMQRDD functions in order to have better performance
  • RabbitMQ messages can be typed
  • Integration tests added for Scala implementation
  • Java examples and refactor rabbitMQUtils

0.2.0 (January 2016)

  • Compatibility for Spark versions 1.4 and 1.5
  • Bug fixing

0.1.0 (sometime)

  • First version