confluent schema registry underlying store all the schemas under _schema topic in Kafka. Is it possible to split this backend storage topic into multiples like _schema1 and _schema2?
Why because in my production use case I want to store more than 1000 schemas, so separating the backend storage make the load on the topic will be less.
And, Does the confluent schema registry support backend storage other than Kafka topic?