lensesio / schema-registry-ui

Web tool for Avro Schema Registry |
http://lenses.io/product/features
420 stars 112 forks source link

ERR_INSUFFICIENT_RESOURCES when lots of subjects in registry #104

Open OskarsPakers opened 3 years ago

OskarsPakers commented 3 years ago

I am having more than 3000 subjects in schema registry. When I run the first page, it does a xhr call for every subject and Chrome runs out of resources.

Pehaps some configurable limit could be set to be able to run the tool and remove some schemas?

image

dmartosp commented 3 years ago

We have the same problem. Any workaround ?

OskarsPakers commented 3 years ago

I`ve deleted some schemas through REST API to be able to use Schema Registry UI. Otherwise, a major refactoring seems necessary to avoid fetching contents of the latest schemas and make it efficient.

WaleedAshraf commented 2 years ago

Same issue