github aiven/aiven-client 3.1.0

latest releases: 4.2.1, 4.2.0, 4.1.1...
12 months ago

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).

Don't miss a new aiven-client release

NewReleases is sending notifications on new releases.