UNPKG

confluent-schema-registry-node

Version:
8 lines (6 loc) 329 B
var schemaRegistryApi = require('confluent-schema-registry-node'); console.log("Get current global compatibilityLevel"); schemaRegistryApi.getGlobalCompatibilityLevel(); console.log("\n"); console.log("Update current global compatibilityLevel"); schemaRegistryApi.updateGlobalCompatibilityLevel({ "compatibility" : "FORWARD"});