lensesio / schema-registry-ui

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

Proxy multiple env clusters? #69

Open rhaarm opened 6 years ago

rhaarm commented 6 years ago

I've modified the env.js and made use of it, but I lost the ability to use PROXY=true from the run.sh script. How do I setup proxy for multiple environments? I see that the caddy file is what sets up the proxy but not sure how to apply multiple SCHEMAREGISTRY_URL.

andmarios commented 6 years ago

The docker image targets a single Schema Registry, it isn't possible to use more currently, unless you clone the repository, make the needed changes to the code and build your own image.

It is on my list to add this capability, but I can't give you a definite timeframe for it.