v1.7.0 is a feature release. It is supported for all usage.
Enhancements
- References librdkafka v2.12.1. Refer to the librdkafka v2.12.1 release notes for more information.
- Configurable batch size through the
js.consumer.max.batch.sizeproperty
and cache size through thejs.consumer.max.cache.size.per.worker.ms
property (#393). - Statistics callback now available when using the promisified API with all
client types (#399). - 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). - Avoid returning a negative lag in case there is no cached offset for
the HWM (#406).