-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
ideal-for-user-contributionAn issue that would ideal for a user to get started with contributing.An issue that would ideal for a user to get started with contributing.type: enhancement
Milestone
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).
jntakpe, fstaudt, mwesox, gm7y8 and mateuszwinnicki
Metadata
Metadata
Assignees
Labels
ideal-for-user-contributionAn issue that would ideal for a user to get started with contributing.An issue that would ideal for a user to get started with contributing.type: enhancement