Skip to content

v3.0.0

Compare
Choose a tag to compare
@alvarocabanas alvarocabanas released this 12 Jul 13:30
· 138 commits to master since this release
1e98020

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)