Skip to content

v1.3.1

Compare
Choose a tag to compare
@milindl milindl released this 26 May 07:03
· 2 commits to master since this release
0a27cd8

v1.3.1 is a maintenance release. It is supported for all usage.

Fixes

  1. Avoid a race condition that causes 100% usage of a CPU core when consuming with partitionsConsumedConcurrently > 1 and all messages are consumed (#300).
  2. Fix type definition for Kafka() constructor and for passing topic configurations to the producer() and consumer() in the promisified API (@davidkhala, #297, #321).