Closed imperio-wxm closed 5 years ago
git clone https://github.com/Landoop/schema-registry-ui.git cd schema-registry-ui npm install npm start
var clusters = [ { NAME:"dev", // Schema Registry service URL (i.e. http://localhost:8081) SCHEMA_REGISTRY: "http://xxxx.xxxx.xxxx.xxxx:8081", // https://schema-registry.demo.landoop.com COLOR: "#141414" // optional } ];
However when I open localhost:8080 find this:
Url : http://xxxx.xxxx.xxxx.xxxx:8081 CONNECTIVITY ERROR Global Compatibility level : schema-registry-ui: 0.9.5
Then I telnet xxxx.xxxx.xxxx.xxxx 8081 it work,and in chrome http://xxxx.xxxx.xxxx.xxxx:8081/subjects/xxxxxx/versions/latest I can get my schema.
xxxx.xxxx.xxxx.xxxx 8081
http://xxxx.xxxx.xxxx.xxxx:8081/subjects/xxxxxx/versions/latest
What is the problem?
However when I open localhost:8080 find this:
Then I telnet
xxxx.xxxx.xxxx.xxxx 8081
it work,and in chromehttp://xxxx.xxxx.xxxx.xxxx:8081/subjects/xxxxxx/versions/latest
I can get my schema.What is the problem?