Closed wlezzar closed 4 years ago
How would you specify multiple configs? Like retention.ms
and cleanup.policy
in the same create topic command.
Oh, I see in the new usage. Something like this?
zoe topics create my-topic --partitions 5 --replication-factor 1 --config retention.ms=3600 --config cleanup.policy=compact
Yes exactly, it's a parameter that can be specified multiple times
This PR adds the ability to inject extra config at topic creation time. Example: