Hi,

Does topic.partition.count.map parameter accept wildcards or regex by any
chance?

I have a setup where a user can own a topic namespace and there are also
separate topics for
dev, staging and prod environments. The prefix of the topic name is a type
of job the topic consumer does.

For instance I might have

categorize-dev-boris
categorize-stage-boris
extract-dev-boris
extract-stage-boris

etc..

I would like to be able to assign all topics which start with categorize
partition count 10,
extract partition count 5, etc.

Can I say
topic.partition.count.map=categorize*:10;extract*:5

??

Thanks,
Boris

Reply via email to