Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 285 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 285 Bytes

Data pipeline POC

more to come ...

Troubleshouting

if the schema-registry fails to start, then execute:

docker-compose exec kafka /bin/bash
kafka-topics --alter --config cleanup.policy=compact --topic _schemas --zookeeper zk
docker-compose restart schema-registry