Skip to content

3.1.0

Compare
Choose a tag to compare
@ivanyu ivanyu released this 15 Sep 14:10
· 73 commits to main since this release
9c28a94

Please use the hot fix release: https://github.com/aiven/aiven-client/releases/tag/3.1.1

Version 3.1.0 of the Aiven command line interface (CLI) allows creating and updating Kafka topics with configurations related to Kafka tiered storage (starting from Kafka 3.6).

Particularly, topic-create and topic-update commands now has the following new arguments:

  • --remote-storage-enable - enable tiered storage for the topic (corresponds to remote.storage.enable=true in Kafka);
  • --remote-storage-disable - disable tiered storage for the topic (corresponds to remote.storage.enable=false in Kafka);
  • --local-retention-bytes N - set the local retention to N bytes (corresponds to local.retention.bytes=N in Kafka);
  • --local-retention-ms N - set the local retention to N millisecond (corresponds to local.retention.ms=N in Kafka).