confluent-schema-registry-node

1.0.2 • Public • Published

Confluent Schema Registry Node.js

Documentation

API

getGlobalCompatibilityLevel

updateGlobalCompatibilityLevel

Example

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"});

Package Sidebar

Install

npm i confluent-schema-registry-node

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • nyeung