aiven / aiven-client

aiven-client (avn) is the official command-line client for Aiven
Apache License 2.0
87 stars 32 forks source link

Support setting Kafka tiered storage topic configs #363

Closed ivanyu closed 1 year ago

ivanyu commented 1 year ago

remote.storage.enable, local.retention.ms, local.retention.bytes.

ivanyu commented 1 year ago

are negative numbers a problem? Should we guard against that?

I think not. -1 and -2 are valid and we rely on the backend to guard against the others.