We have a use case where we would like to have around 2000 kafka topics (we have 3 brokers) and 1 partition per topic. Do we have any known recommendation on what is the maximum number of topics that one cluster can have? I went through the following url but it is about partitions but not number of topics.
https://www.confluent.io/blog/how-choose-number-topics-partitions-kafka-cluster/
Would there be any additional overhead on management of the cluster if we have more topics?
I have done a lots of searches on web but did not find any recommendations or known limitations w.r.t. high number of kafka topics.