This repository contains some kubernetes manifests that can be used to deploy schema registry to kubernetes.
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.
See azure-pipelines.yaml
.
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.