Skip to content

Releases: quintoandar/node-kafka

Update Libraries and allow sending in batch

05 Dec 20:54
1e9a347
Compare
Choose a tag to compare
Merge pull request #8 from quintoandar/createSendBatch

Update libs and modify send to allow batch messages

Change producer send interface

13 Jun 17:44
af46999
Compare
Choose a tag to compare
Merge pull request #7 from quintoandar/change-producer-send-interface

Change send interface to receive topic

Added Typescript definition to producer

08 Jun 20:55
92955d3
Compare
Choose a tag to compare
Merge pull request #6 from quintoandar/producer_ts_types

Producer typescript definition

Added Typescript definition to consumer

06 Jun 15:56
d0c2e5b
Compare
Choose a tag to compare
Merge pull request #4 from quintoandar/add_types

Added typescript definitions

Update base lib

06 Jun 21:59
2590134
Compare
Choose a tag to compare
Merge pull request #5 from quintoandar/update-base-kafka-lib

Use official base kafka lib

Bug fixes

22 May 19:04
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
0.0.10

Fix update metadata and async push

Allow metadata update configuration

22 May 14:37
Compare
Choose a tag to compare
Pre-release
0.0.9

Add updateMetadata configuration

Kill consumer on failure

21 May 21:35
Compare
Choose a tag to compare
Pre-release
0.0.8

Exit on refresh metadata error

Test Release Node-Kafka Wrapper

21 May 20:27
Compare
Choose a tag to compare
Pre-release
0.0.7

Fix producer reference