Skip to content

allowAutoTopicCreation and allowAutoTopicCreationType etc should be dynamically configured #16020

@Radiancebobo

Description

@Radiancebobo

Is your enhancement request related to a problem? Please describe.
In the broker.conf configuration, there are these configurations:

  • allowAutoTopicCreation
  • allowAutoTopicCreationType
  • defaultNumPartitions
  • maxNumPartitionsPerPartitionedTopic
  • brokerDeleteInactiveTopicsEnabled
  • brokerDeleteInactiveTopicsFrequencySeconds
  • brokerDeleteInactiveTopicsMaxInactiveDurationSeconds
  • brokerDeleteInactivePartitionedTopicMetadataEnabled
  • brokerDeleteInactiveTopicsMode
  • allowAutoSubscriptionCreation

I think these should be dynamically configurable.

Describe the solution you'd like
can use pulsar-admin brokers update-dynamic-config --config xxx --value xxx

Describe alternatives you've considered
Pulsar has namespace-level policy, but the broker-level configuration is missing.

Additional context
I'm more than willing to fix this, please assign me if it needs to be done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions