Skip to content

Releases: silviucpp/erlkaf

v2.2.1

18 Sep 20:29

Choose a tag to compare

  • Fix for Variable length arrays break builds in some environments (contribution from dbloemendal-mi : #82)

v2.2.0

03 Jul 17:47

Choose a tag to compare

  • Update to librdkafka v2.10.1
  • Add support for client_dns_lookup and fetch_queue_backoff_ms configs
  • Add a safe_cast function to cast commit offset function (contribution from macasado86 : #80)

2.1.7

02 Apr 16:17

Choose a tag to compare

  • Add support for Polling consumer (contribution from macasado86 : #79)

2.1.6

05 Nov 20:04

Choose a tag to compare

  • OAuthbearer support (contribution from macasado86 : #74)
  • Add default config based on target object (contribution from gabriel-araujjo : #76)

2.1.5

23 Apr 19:08

Choose a tag to compare

  • Bug fixing: brew install causing undesired updates and crashing other Homebrew pkgs (#68)
  • Update travis config
  • Bug fixing: #71

v2.1.4

28 Jun 17:35

Choose a tag to compare

2.1.4

  • Bug fixing: avoid assigning partitions if consumer is not running (#60)

v2.1.3

18 Jan 22:26

Choose a tag to compare

  • Migrate from lager to erlang logger.
  • Important bug fixing causing crashes in rare situations because of undefined functions.

v2.1.2

02 Jan 19:35

Choose a tag to compare

v2.1.0

10 Nov 17:28

Choose a tag to compare

  • Fix for kafka tombstones messages (#51)
  • Add support for message timestamp (#41)
  • Update to librdkafka v1.9.2
  • Bug fixing into cleanup consumer queue in consumer group (#52)

v2.0.9

21 Jul 14:44

Choose a tag to compare

  • Fix build with OTP 25
  • Fix create_consumer_group spec (#45)