lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, , 20+ connectors
https://lenses.io
Apache License 2.0
2.02k stars 332 forks source link

Producer Avro (Create new schema as schema-value) #107

Open caglarturkurka opened 5 years ago

caglarturkurka commented 5 years ago

I wonder that How can I disabled producer to create new schema as schemaname-value. I created schema before using schema registry. When I try to send producer using rest proxy it also create new schema

georgettica commented 4 years ago

Maybe your topic doesn't exactly specify the schema to use? Do you have the schema and the command you used to produce with rest-proxy? I want to reproduce this on my machine to tinker with the issue