v2.1.0
版本发布时间: 2022-06-28 19:01:48
tulios/kafkajs最新发布版本:v2.2.4(2023-02-27 21:18:04)
[2.1.0] - 2022-06-28
Added
- Add
pause
function toeachMessage
/eachBatch
to pause the current topic-partition #1364 - The
KafkaMessage
type is now a union between the pre-Kafka 0.10 message format and the current #1401
Fixed
- Fix 100% CPU utilization when all brokers are unavailable #1402
- Fix persistent error when trying to produce after a topic authorization error #1385
- Fix error when aborting or committing an empty transaction #1388
- Don't re-process messages from a paused partition after breaking the consumption flow #1382