Skip to content

Releases: newrelic/nri-kafka

v2.15.0

30 Mar 13:23
ed96874
Compare
Choose a tag to compare

Changed

  • Upgraded github.com/newrelic/infra-integrations-sdk to v3.6.6
  • Switched to go modules
  • Upgraded pipeline to go 1.16
  • Replaced gometalinter with golangci-lint

v2.14.1

24 Mar 17:17
5ac180d
Compare
Choose a tag to compare

Fixes

  • Fixed a bug that prevented -sasl_gssapi_disable_fast_negotiation from working as expected

v2.14.0

19 Mar 14:49
Compare
Choose a tag to compare

Added

  • When connecting over sasl+gssapi (Kerberos) connection, fast negotiation can be disabled by setting sasl_gssapi_disable_fast_negotiation to true in the config file.

v2.13.9

07 Dec 17:38
Compare
Choose a tag to compare

Added closing of Zookeeper connections to avoid having them timeout and flood Zookeeper logs

Version 2.13.8

08 Oct 20:13
Compare
Choose a tag to compare

Remove limit on number of consumer groups for consumer offset collection

Version 2.13.7

28 Sep 16:41
97bb3dd
Compare
Choose a tag to compare

Update sarama dependency

Version 2.13.6

26 Aug 13:26
74a8b5c
Compare
Choose a tag to compare

Fixed incorrect command in sample consumer collection

Version 2.13.5

18 Aug 19:18
cccbec8
Compare
Choose a tag to compare

Exit immediately when Query encounters connection issues

Version 2.13.4

29 May 19:34
7e07b6e
Compare
Choose a tag to compare

Fixed an issue with bootstrap collection where multiple brokers results were being combined

Version 2.13.3

29 May 17:23
4a13eec
Compare
Choose a tag to compare

Fix issue with broker ID not being set in most cases