Skip to content

Allow update of retention.ms during topic modification via NewTopic #1482

Closed
@anycz

Description

@anycz

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions