Back to Connect

README

resources/docker/schema_registry/README.md

4.90.2843 B
Original Source

Schema Registry

This is a neat little example of using a schema registry service with Benthos. Both the Kafka implementation and the schema registry service are being handled with Redpanda.

Video run through of this demo: https://youtu.be/HzuqbNw-vMo More information about schema registry service: https://docs.confluent.io/platform/current/schema-registry/index.html How to set up a schema registry with Redpanda: https://docs.redpanda.com/current/manage/schema-reg/

Run

sh
docker-compose up -d

Register initial schema

sh
./insert_schema.sh

See generated messages

sh
docker-compose logs -f connect-out