Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 720 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 720 Bytes

Schema Registry

This repository contains some kubernetes manifests that can be used to deploy schema registry to kubernetes.

Local test

You can test it on your preferred environment using docker-compose:

cp .env.example > .env
# Populate the .env file with your values
docker-compose up

Keep in mind that if you want to use a local broker, you have to add kafka and zookeeper containers to the compose-file. If you choose to do so please create a PR on it so we can all take part in the fun.

Deployment

See azure-pipelines.yaml.

Upgrading to new version

Read the schema registry docs and see if there are breaking changes since the last version.

Then, change the tag of the image and deploy.