Closed esuarezz closed 5 years ago
ou will need schema-registry installed with CORS enabled.
In order to enable CORS, add in /opt/confluent-3.x.x/etc/schema-registry/schema-registry.properties
access.control.allow.methods=GET,POST,PUT,OPTIONS access.control.allow.origin=*
I'm not sure what the question is. Feel free to rephrase and reopen the issue if needed.
ou will need schema-registry installed with CORS enabled.
In order to enable CORS, add in /opt/confluent-3.x.x/etc/schema-registry/schema-registry.properties
access.control.allow.methods=GET,POST,PUT,OPTIONS access.control.allow.origin=*