Skip to content

Releases: newrelic/nri-kafka

v3.4.2

05 Apr 11:04
Compare
Choose a tag to compare

v3.4.2 - 2023-04-05

⛓️ Dependencies

  • Updated docker golang image to v1.20

v3.4.1

20 Mar 09:45
Compare
Choose a tag to compare

v3.4.1 - 2023-03-20

🐞 Bug fixes

  • Compile the integration statically

v3.4.0

16 Mar 15:15
627a482
Compare
Choose a tag to compare

What's Changed

  • Fix vulnerability bumping golang.org/x/net v0.6.0 --> v0.7.0
  • Bump go version to 1.20
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#212)

Full Changelog: v3.3.0...v3.4.0

v3.3.0

20 Feb 14:48
adbea8d
Compare
Choose a tag to compare

What's Changed

  • Fix vulnerability issue on github.com/Shopify/sarama by @marcsanmi in #209
  • Bump dependencies and go version to 1.19 by @marcsanmi in #209

New Contributors

Full Changelog: v3.2.3...v3.3.0

v3.2.3

03 Jan 15:03
a7db1ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

14 Nov 10:27
1f9139a
Compare
Choose a tag to compare

Fixes

  • Fixed a bug caused by the sarama library in some scenarios. It can return a nil assigment and nil error for an unassigned consumer in a topic.

v3.2.1

18 Oct 09:28
6dd86cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

24 Aug 07:47
b29823e
Compare
Choose a tag to compare

Changed

  • Bump dependencies:
    gojmx v0.0.0-20220801092610-d842b96425bf -> v0.0.0-20220818135048-2c786ece1d31

Fixes

  • Fixed a bug that prevented -collect_topic_size and -collect_topic_offset from working as expected

v3.1.0

16 Aug 15:35
191ecae
Compare
Choose a tag to compare

Changed

  • Bump dependencies:
    sarama v1.34.1 -> v1.36.0
    gojmx v0.0.0-20220422131558-879b33f09229 -> v0.0.0-20220801092610-d842b96425bf
    sync v0.0.0-20210220032951-036812b2e83c -> v0.0.0-20220722155255-886fb9371eb4

v3.0.0

12 Jul 13:30
1e98020
Compare
Choose a tag to compare

This new release adds two new features to monitor inactive consumers. We encourage you to take a look at this new features in here.

⚠️ Breaking changes ⚠️

  • CONSUMER_GROUPS flag removed, CONSUMER_GROUP_REGEX should be used instead.
  • COLLECT_BROKER_TOPIC_DATA has been removed (It was not having any effect).
  • BOOTSTRAP_BROKER_JMX_USER and BOOTSTRAP_BROKER_JMX_PASSWORD are honored taking precedence to DEFAULT_JMX_USER and DEFAULT_JMX_BROKER on Bootsrap discovery.

Added

  • Autodetect Consumer/Producer names (clientID) (#178)
  • Offset collection for consumer groups with inactive consumers using flag INACTIVE_CONSUMER_GROUP_OFFSET (#172)
  • Report consumer-group offset metrics by topic using flag CONSUMER_GROUP_OFFSET_BY_TOPIC (#172)