confluent-schema-registry-fix-avro

v3.2.1-avro-2
ConfluentSchemaRegistry is a library that makes it easier to interact with the Confluent schema registry, it provides convenient methods to encode, decode and register new schemas using the Apache Avro serialization format. Fixes Avro config issue
confluent schema registry kafka

prepare:release

./pipeline/prepareRelease.sh

build

rm -rf ./dist && tsc

build:watch

rm -rf ./dist && tsc --watch

test:unit:watch

yarn test:unit --watch

test:unit

jest

test

ts-node ./dockest.ts

test:debug

ts-node ./dockest.ts debug

lint

eslint './src/**/*.ts'

format

yarn lint --fix
npm i confluent-schema-registry-fix-avro

Metadata

Downloads

Maintainers