- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Is it possible to disable auto schema registration in Kafka Avro Serializer?
- Labels:
-
Schema Registry
Created ‎09-26-2018 10:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Created ‎01-09-2019 02:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have the same question is there possible to disable automatic schema creation like it is in Confluent where you can disable that option.
The problem is that we do not want producer can overwrite previous schema.
Br,
Margus Roo
Created ‎01-04-2021 09:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
