github.com/Jeffail/benthos/v3@v3.65.0/resources/docker/schema_registry/README.md (about)

     1  Schema Registry
     2  ===============
     3  
     4  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](https://vectorized.io/redpanda/).
     5  
     6  Video run through of this demo: [https://youtu.be/HzuqbNw-vMo](https://youtu.be/HzuqbNw-vMo)
     7  More information about schema registry service: [https://docs.confluent.io/platform/current/schema-registry/index.html](https://docs.confluent.io/platform/current/schema-registry/index.html)
     8  How to set up a schema registry with Redpanda: [https://vectorized.io/blog/schema_registry/](https://vectorized.io/blog/schema_registry/)
     9  
    10  ## Run
    11  
    12  ```sh
    13  docker-compose up -d
    14  ```
    15  
    16  ## Register initial schema
    17  
    18  ```sh
    19  ./insert_schema.sh
    20  ```
    21  
    22  ## See generated messages
    23  
    24  ```sh
    25  docker-compose logs -f benthos-out
    26  ```