Skip to content

v0.9.0

Compare
Choose a tag to compare
@mthssdrbrg mthssdrbrg released this 21 Feb 16:47
  • It's now possible to opt-out of user and group creation using the kafka.manage_user attribute. Thanks to @cbaenziger, #85.
  • broker.id and port won't be set in the _defaults recipe if one has explicitly set them to nil. Should be useful for the newer Kafka releases (>= 0.9.0.0) where it's possible to configure multiple listeners and one doesn't have to configure an ID for each broker as Kafka does it automagically. Thanks to @aravindan-bk, #91 and #95.
  • The init scripts now checks that the started process is listening to some port, #92.

This should be a no-op upgrade, but I'd advise to test this in a non-production environment first, so that nothing unexpected crops up due to the change of defaults and/or init scripts.