Skip to content

v3.28.0

Compare
Choose a tag to compare
@sgagniere sgagniere released this 12 Aug 00:51
· 518 commits to main since this release
2829e46

New Features

  • confluent local services commands were dropped from v3.16.0 to v3.26.0, but are back as of v3.27.0 and will be supported until the next major version release (v4.0.0). These will be replaced by faster comparable commands with the syntax confluent local <name-of-service>. The first of these, confluent local kafka, is already present in the CLI.
  • Add support for both strings and files for the --config flag, in all relevant confluent kafka and confluent schema-registry commands
  • Support --key-format integer and --value-format integer in confluent kafka topic produce and confluent kafka topic consume

Bug Fixes

  • Resolve a panic that can happen when exiting confluent kafka topic produce with Ctrl-C on Windows
  • confluent kafka topic consume --group will start consuming from the offset that it exited with last time
  • Prevent errors for certain statuses in confluent kafka mirror describe and confluent kafka mirror list