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 toremote.storage.enable=true
in Kafka);--remote-storage-disable
- disable tiered storage for the topic (corresponds toremote.storage.enable=false
in Kafka);--local-retention-bytes N
- set the local retention to N bytes (corresponds tolocal.retention.bytes=N
in Kafka);--local-retention-ms N
- set the local retention to N millisecond (corresponds tolocal.retention.ms=N
in Kafka).