Skip to content

v1.7.0

Latest

Choose a tag to compare

@emasab emasab released this 02 Dec 17:18
· 3 commits to master since this release
5743d1c

v1.7.0 is a feature release. It is supported for all usage.

Enhancements

  1. References librdkafka v2.12.1. Refer to the librdkafka v2.12.1 release notes for more information.
  2. Configurable batch size through the js.consumer.max.batch.size property
    and cache size through the js.consumer.max.cache.size.per.worker.ms
    property (#393).
  3. Statistics callback now available when using the promisified API with all
    client types (#399).
  4. Fix for at-least-once guarantee not ensured in case a seek happens on one
    partition and there are messages being fetched about other partitions (#393).
  5. Avoid returning a negative lag in case there is no cached offset for
    the HWM (#406).