Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:0.7
-
Epic Link:
-
Team:SQuaRE
-
Urgent?:No
Description
Schema registry global compatibility mode needs to be set to NONE after the EFD deployment:
Example for the Base EFD deployment:
|
$ curl -s -X PUT -H 'Content-Type: application/vnd.schemaregistry.v1+json' --data '\{ "compatibility": "NONE" }' https://schema-registry-base-efd.lsst.codes/config
|
|