Is it configurable to directly publish into Kafka using only predefined schema? Currently if I run a producer which using hortonwork's schema-registry-serdes, the schema is automatically generated (if it doesn't exist) or new schema's version is created(if it exists). Is there an option to change this behavior?
Hello, I am facing the same issue, I know, if I can set
auto.register.schemas=false
then it may works as expected. But I can not find where this parameter puts on schema registry configuration in Cloudera 7.1.3. Do you advise me on how can I fix it?