Closed
Description
Affects Version(s): 2.3.7.RELEASE
I'm trying to modify topic configuration after the creation of the topic (mainly retention.ms in my case, but why not other properties).
When creating a NewTopic, configuration is set correctly at creation by KafkaAdmin.addTopics. When increasing the partitions in a NewTopic, after creation, they are updated automatically by KafkaAdmin.modifyTopics.
The idea would be to update KafkaAdmin.modifyTopics to also modify retention.ms (or possibly others in NewTopics.configs).