- Update default kafka version to 3.9.0 -- Release notes
- Fixed issue where topic creation would fail when no config is specified.
- Added support for topic configuration on create -- PR link
- Update default kafka version to 3.8.0 -- Release notes
- Fix issue with checking if
kafka_node_id
is integer.
- Fix issue with ordering of servers. It could happen that for some tasks where
run_once
is used when action is required to run on controller to be actually run on broker only if such instance is present.
- Updated default kafka version to 3.7.0 -- Release notes
- Remove
kafka_checksum
variable and get checksum from kafka download page.
- Updated default kafka version to 3.6.1 -- Release notes
- Updated default kafka version to 3.6.0 -- Release announcement
- Added
kafka_opts
variable which later createsKAFKA_OPTS
environment variable for specifying additional kafka options.
- Added additional variable which can be used to provide config parameters that are not defined in role.
- Updated default kafka version to 3.5.1 -- Release announcement
- Updated default kafka version to 3.5.0 -- Release announcement
- Updated molecule configuration to install dependencies by default in order for tests to work out of box.
- Ansible kafka role init.