Created 01-05-2021 02:41 AM
Hello,
In Cloudera 7.1.3 schema-registry Service, the schema is automatically generated (if it doesn't exist) or a new schema's version is created (if it exists). So that I want to disable auto-generated schema.
I thought 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?
Created 01-05-2021 01:10 PM
I only see that configuration parameter in a non-Cloudera schema registry
Created 01-05-2021 11:57 PM
@TimothySpann,
Thanks for your response,
Those configuration is working on confluent schema registry, but I can't do it on Cloudera(7.1.3) schema registry.
I am getting this log when my Kafka producer run:
from my schema registry, I want to make it false.
auto.register.schema = false
Thanks again.
Created 01-06-2021 06:16 AM
Cloudera Schema Registry is not the same as Confluent Schema Registry they have some differences and that seems to be one.
The Cloudera one will be connected to the Hive, Spark and Flink metastores and will eliminate the need for such things.
Cloudera's SR does not register schemas automatically at this time.