Skip to content

0.8.0

Compare
Choose a tag to compare
@gggeek gggeek released this 28 Sep 21:59
· 25 commits to master since this release
  • NEW: it is now possible to set more configuration options for consumers via settings: max_messages_per_request, request_timeout, polling_interval and gc_probability

  • FIXED: removed one leftover echo debug statement

  • FIXED: the Consumer does now honour the requestTimeout and requestBatchSize parameters when the consume() method is called with a max amount of messages to retrieve and/or max time to run.
    In version 0.7, passing non-0 values for those parameters would force the consumer to use long polling with 20 secs timeout and 10 messages batch-size per call.