Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 417 Bytes

Confluent Schema Registry demo

Proof of concept for integration of Spring Boot application with Kafka and Schema Registry.

How to run

  1. Startup Kafka and Schema Registry
docker-compose up
  1. Startup service
./greadlew bootRun
  1. Send message
curl --silent -X GET http://localhost:8080

To check currently registered schemas go to http://schema-registry-ui.local