Skip to content

Ruthwik/Schema-Registry-with-Avro-Schema

Repository files navigation

Schema-Registry-with-Avro-Schema

Sequence Diagram

Pre Requesites

  1. Docker installed
  2. Local Registry up and running on port 5000

Steps

  1. Build both the services. The following will create a docker image in local Registry

mvn clean install

  1. Create a Docker network

docker network create local_network

  1. Run docker-compose to run the services.

docker-compose up -d

This will run