kafkajs

A modern Apache Kafka client for node.js

MIT License

Downloads
4.4M
Stars
3.6K
Committers
136

Bot releases are hidden (Show)

kafkajs - v1.5.0-beta.4

Published by tulios over 5 years ago

[1.5.0-beta.4] - 2019-02-28

Fixed

  • Abort old transactions on protocol error CONCURRENT_TRANSACTIONS #299
kafkajs - v1.5.0

Published by tulios over 5 years ago

[1.5.0] - 2019-03-05

Changed

  • See 1.5.0-beta.X versions
kafkajs - v1.5.1

Published by tulios over 5 years ago

[1.5.1] - 2019-03-14

Fixed

  • Handle null keys on isAbortMarker #312

Changed

  • Prevent subsequent calls to consumer#run to override the running consumer #305
  • Improve browser compatibility #300
  • Add custom requestTimeout for protocol fetch #310
  • Make requestTimeout optional, the current implementation is behind the flag enforceRequestTimeout #313
kafkajs - v1.5.2

Published by tulios over 5 years ago

[1.5.2] - 2019-04-01

Fixed

  • Process a fixed number of lock releases per iteration on lock#release #323

Changed

  • Use the max between the default request timeout and the protocol override #318
  • Only emit events if there are listeners #321
kafkajs - v1.6.0

Published by tulios over 5 years ago

[1.6.0] - 2019-04-01

Added

  • Allow providing a socketFactory on client creation #263
  • Add fetchTopicOffsets method #314
kafkajs - v1.7.0

Published by tulios over 5 years ago

[1.7.0] - 2019-04-12

Fixed

  • Improve compatibility with terserjs #338

Added

  • Add admin#fetchTopicMetadata #331

Changed

  • Deprecated admin#getTopicMetadata #331
  • admin#fetchTopicOffsets returns the low and high watermarks #333